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

VRageMath.Vector3L.Transform

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

IndexNamespace IndexVector3L

Summary

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

Transforms a Vector3L by the given Matrix.

Parameters

Summary

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

Parameters

Summary

public static Vector3L Transform(Vector3L value, Quaternion rotation)

Returns

Vector3L

Parameters

Clone this wiki locally