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

Summary

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

Transforms a Vector3I by the given Matrix.

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

public Vector3I Transform(Vector3I value, Quaternion rotation)

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

public Vector3I Transform(Vector3I value, MatrixI transformation)

Returns

Example

Remarks

Summary

public Vector3I Transform(Vector3I value, ref MatrixI transformation)

Returns

Example

Remarks

Clone this wiki locally