VRageMath.Vector3L.Transform - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Vector3L
public static void Transform(ref Vector3L position, ref Matrix matrix, out Vector3L result)
Transforms a Vector3L by the given Matrix.
public static void Transform(ref Vector3L value, ref Quaternion rotation, out Vector3L result)
- Vector3L value
- Quaternion rotation
- Vector3L result
public static Vector3L Transform(Vector3L value, Quaternion rotation)
- Vector3L value
- Quaternion rotation