| Name | Description |
---|
  | Transform(Vector3, Matrix44) |
Creates a new Vector3 that contains a transformation of 3d-vector by the specified Matrix44.
|
  | Transform(Vector3, Quaternion) |
Creates a new Vector3 that contains a transformation of 3d-vector by the specified Quaternion, representing the rotation.
|
  | Transform(Vector3, Matrix44, Vector3) |
Creates a new Vector3 that contains a transformation of 3d-vector by the specified Matrix44.
|
  | Transform(Vector3, Quaternion, Vector3) |
Creates a new Vector3 that contains a transformation of 3d-vector by the specified Quaternion, representing the rotation.
|
  | Transform(Vector3, Matrix44, Vector3) |
Apply transformation on all vectors within array of Vector3 by the specified Matrix44 and places the results in an another array.
|
  | Transform(Vector3, Quaternion, Vector3) |
Apply transformation on all vectors within array of Vector3 by the specified Quaternion and places the results in an another array.
|
  | Transform(Vector3, Int32, Matrix44, Vector3, Int32, Int32) |
Apply transformation on vectors within array of Vector3 by the specified Matrix44 and places the results in an another array.
|
  | Transform(Vector3, Int32, Quaternion, Vector3, Int32, Int32) |
Apply transformation on vectors within array of Vector3 by the specified Quaternion and places the results in an another array.
Source array.The starting index of transformation in the source array.The Quaternion which contains rotation transformation.Destination array.The starting index in the destination array, where the first Vector3 should be written.The number of vectors to be transformed. |