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 24, 2018 · 16 revisions

IndexVector3I

void Transform(ref Vector3I position, ref Matrix matrix, ref Vector3I result)

Summary

Transforms a Vector3I by the given Matrix.

void Transform(ref Vector3I value, ref Quaternion rotation, ref Vector3I result)

Vector3I Transform(Vector3I value, Quaternion rotation)

void Transform(ref Vector3I value, ref MatrixI matrix, ref Vector3I result)

Vector3I Transform(Vector3I value, MatrixI transformation)

Vector3I Transform(Vector3I value, ref MatrixI transformation)

Clone this wiki locally