Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector2.Transform

Malware edited this page Dec 24, 2018 · 23 revisions

IndexVector2

Vector2 VRageMath.Vector2 VRageMath.Vector2.Transform(position, matrix)()void void VRageMath.Vector2.Transform(position, matrix, result)()Vector2 VRageMath.Vector2 VRageMath.Vector2.Transform(value, rotation)()void void VRageMath.Vector2.Transform(value, rotation, result)()void void VRageMath.Vector2.Transform(sourceArray, matrix, destinationArray)()void void VRageMath.Vector2.Transform(sourceArray, sourceIndex, matrix, destinationArray, destinationIndex, length)()void void VRageMath.Vector2.Transform(sourceArray, rotation, destinationArray)()void void VRageMath.Vector2.Transform(sourceArray, sourceIndex, rotation, destinationArray, destinationIndex, length)()

Clone this wiki locally