MCVector3Extensions Class | 
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.Utilities
public static class MCVector3Extensions
The MCVector3Extensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyScale | 
                Scales vector.
              | |
| ChangeX(Vector2, Single) | 
                Changes the X value of the target vector.
              | |
| ChangeX(Vector3, Single) | 
                Changes the X value of the target vector.
              | |
| ChangeY(Vector2, Single) | 
                Changes the Y value of the target vector.
              | |
| ChangeY(Vector3, Single) | 
                Changes the Y value of the target vector.
              | |
| ChangeZ | 
                Changes the Z value of the target vector.
              | |
| GetMaxComponent | 
                Gets maximal component of a vector.
              | |
| GetOneDividedBy | 
                Divides one by the specified vector.
              |