Click or drag to resize

MCVector3Extensions Methods

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