Click or drag to resize

MCVector3Extensions Class

Provides extension methods for Vector3.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.UtilitiesMCVector3Extensions

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public static class MCVector3Extensions

The MCVector3Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberApplyScale
Scales vector.
Public methodStatic memberChangeX(Vector2, Single)
Changes the X value of the target vector.
Public methodStatic memberChangeX(Vector3, Single)
Changes the X value of the target vector.
Public methodStatic memberChangeY(Vector2, Single)
Changes the Y value of the target vector.
Public methodStatic memberChangeY(Vector3, Single)
Changes the Y value of the target vector.
Public methodStatic memberChangeZ
Changes the Z value of the target vector.
Public methodStatic memberGetMaxComponent
Gets maximal component of a vector.
Public methodStatic memberGetOneDividedBy
Divides one by the specified vector.
Top
See Also