-
Notifications
You must be signed in to change notification settings - Fork 125
VRageMath.Vector3I.Transform
csharpvoid Transform(ref [Vector3I](VRageMath.Vector3I) position, ref [Matrix](VRageMath.Matrix) matrix, ref [Vector3I](VRageMath.Vector3I) result)
##### Summary
Transforms a Vector3I by the given Matrix.
csharpvoid Transform(ref [Vector3I](VRageMath.Vector3I) value, ref [Quaternion](VRageMath.Quaternion) rotation, ref [Vector3I](VRageMath.Vector3I) result)``````csharp[Vector3I](VRageMath.Vector3I) Transform([Vector3I](VRageMath.Vector3I) value, [Quaternion](VRageMath.Quaternion) rotation)``````csharpvoid Transform(ref [Vector3I](VRageMath.Vector3I) value, ref [MatrixI](VRageMath.MatrixI) matrix, ref [Vector3I](VRageMath.Vector3I) result)``````csharp[Vector3I](VRageMath.Vector3I) Transform([Vector3I](VRageMath.Vector3I) value, [MatrixI](VRageMath.MatrixI) transformation)``````csharp[Vector3I](VRageMath.Vector3I) Transform([Vector3I](VRageMath.Vector3I) value, ref [MatrixI](VRageMath.MatrixI) transformation)
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!