| Name | Description |
---|
  | TransformNormal(Vector2, Matrix44) |
Creates a new Vector2 that contains a transformation of the specified normal by the specified Matrix44.
|
  | TransformNormal(Vector2, Matrix44, Vector2) |
Creates a new Vector2 that contains a transformation of the specified normal by the specified Matrix44.
|
  | TransformNormal(Vector2, Matrix44, Vector2) |
Apply transformation on all normals within array of Vector2 by the specified Matrix44 and places the results in an another array.
|
  | TransformNormal(Vector2, Int32, Matrix44, Vector2, Int32, Int32) |
Apply transformation on normals within array of Vector2 by the specified Matrix44 and places the results in an another array.
|