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