Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Vector3I.Transform

Malware edited this page Dec 25, 2018 · 16 revisions

IndexVector3I

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)

Clone this wiki locally