-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Vector2D.Transform
private public private public sealed Vector2D TransformTransforms the vector (x, y, 0, 1) by the specified matrix.
private public void TransformTransforms a Vector2D by the given Matrix.
private public private public sealed Vector2D TransformTransforms a single Vector2D, or the vector normal (x, y, 0, 0), by a specified Quaternion rotation.
private public void TransformTransforms a Vector2D, or the vector normal (x, y, 0, 0), by a specified Quaternion rotation.
private public void TransformTransforms an array of Vector2s by a specified Matrix.
private public void TransformTransforms a specified range in an array of Vector2s by a specified Matrix and places the results in a specified range in a destination array.
private public void TransformTransforms an array of Vector2s by a specified Quaternion.
private public void TransformTransforms a specified range in an array of Vector2s by a specified Quaternion and places the results in a specified range in a destination array.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!