Click or drag to resize
Vector3X Methods

The Vector3X type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAbs
Gets the absolute value on each axis.
Public methodStatic memberGetIntersectionOnPlane(Ray, Plane, Vector3)
Gets the intersection with the specified plane.
Public methodStatic memberGetIntersectionOnPlane(Vector3, Vector3, Plane, Vector3)
Gets the intersection with the specified plane.
Public methodStatic memberGetMaxValue
Gets the greatest of the values along the three axes.
Public methodStatic memberGetMinValue
Gets the smallest of the values along the three axes.
Public methodStatic memberGetNearestCardinalAxis
Gets the nearest cardinal axis.
Public methodStatic memberGetPointReflectedAcrossPlane
Gets the specified point reflected across a plane.
Public methodStatic memberGetProjectionOnPlane
Gets the projection of the specified Vector3 on the specified Plane.
Public methodStatic memberNormalizeAngles
Normalizes the specified Euler angles to the range (-180, 180].
Public methodStatic memberToGUIPosition
Converts an Input position to GUI position.
Public methodStatic memberToMousePosition
Converts a GUI position to a Input position.
Top
See Also