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

VRageMath.Vector3I.Transform

Morten Aune Lyrstad edited this page Oct 10, 2019 · 16 revisions

IndexNamespace IndexVector3I

Summary

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

Transforms a Vector3I by the given Matrix.

Parameters

Summary

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

Parameters

Summary

public static Vector3I Transform(Vector3I value, Quaternion rotation)

Returns

Vector3I

Parameters

Summary

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

Parameters

Summary

public static Vector3I Transform(Vector3I value, MatrixI transformation)

Returns

Vector3I

Parameters

Summary

public static Vector3I Transform(Vector3I value, ref MatrixI transformation)

Returns

Vector3I

Parameters

Clone this wiki locally