| Name | Description |
---|
  | Transform(Vector2, Matrix44) |
Creates a new Vector4 that contains a transformation of 2d-vector by the specified Matrix44.
|
  | Transform(Vector2, Quaternion) |
Creates a new Vector4 that contains a transformation of 2d-vector by the specified Quaternion.
|
  | Transform(Vector3, Matrix44) |
Creates a new Vector4 that contains a transformation of 3d-vector by the specified Matrix44.
|
  | Transform(Vector3, Quaternion) |
Creates a new Vector4 that contains a transformation of 3d-vector by the specified Quaternion.
|
  | Transform(Vector4, Matrix44) |
Creates a new Vector4 that contains a transformation of 4d-vector by the specified Matrix44.
|
  | Transform(Vector4, Quaternion) |
Creates a new Vector4 that contains a transformation of 4d-vector by the specified Quaternion.
|
  | Transform(Vector2, Matrix44, Vector4) |
Creates a new Vector4 that contains a transformation of 2d-vector by the specified Matrix44.
|
  | Transform(Vector2, Quaternion, Vector4) |
Creates a new Vector4 that contains a transformation of 2d-vector by the specified Quaternion.
|
  | Transform(Vector3, Matrix44, Vector4) |
Creates a new Vector4 that contains a transformation of 3d-vector by the specified Matrix44.
|
  | Transform(Vector3, Quaternion, Vector4) |
Creates a new Vector4 that contains a transformation of 3d-vector by the specified Quaternion.
|
  | Transform(Vector4, Matrix44, Vector4) |
Creates a new Vector4 that contains a transformation of 4d-vector by the specified Matrix44.
|
  | Transform(Vector4, Quaternion, Vector4) |
Creates a new Vector4 that contains a transformation of 4d-vector by the specified Quaternion.
|
  | Transform(Vector4, Matrix44, Vector4) |
Apply transformation on all vectors within array of Vector4 by the specified Matrix44 and places the results in an another array.
|
  | Transform(Vector4, Quaternion, Vector4) |
Apply transformation on all vectors within array of Vector4 by the specified Quaternion and places the results in an another array.
|
  | Transform(Vector4, Int32, Matrix44, Vector4, Int32, Int32) |
Apply transformation on vectors within array of Vector4 by the specified Matrix44 and places the results in an another array.
|
  | Transform(Vector4, Int32, Quaternion, Vector4, Int32, Int32) |
Apply transformation on vectors within array of Vector4 by the specified Quaternion and places the results in an another array.
|