|  | MCVector3Extensions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: HightlanderSolutions.MeshCheckerEditorExtension.Utilities
 Syntax
Syntaxpublic static class MCVector3Extensions
The MCVector3Extensions type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also