Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector3L.Transform

Malware edited this page Dec 25, 2018 · 17 revisions

IndexVector3L

Summary

public void Transform(ref public sealed struct Vector3L position, ref public sealed struct Matrix matrix, ref public sealed struct Vector3L result)

Transforms a Vector3L by the given Matrix.

Returns

Example

Remarks

Summary

public void Transform(ref public sealed struct Vector3L value, ref public sealed struct Quaternion rotation, ref public sealed struct Vector3L result)

Returns

Example

Remarks

Summary

public public sealed struct Vector3L Transform(public sealed struct Vector3L value, public sealed struct Quaternion rotation)

Returns

Example

Remarks

Clone this wiki locally