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

VRageMath.Matrix.CreateWorld

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMatrix

Summary

public public sealed struct Matrix CreateWorld(public sealed struct Vector3 position)

Returns

Example

Remarks

Summary

public public sealed struct Matrix CreateWorld(public sealed struct Vector3 position, public sealed struct Vector3 forward, public sealed struct Vector3 up)

Creates a world matrix with the specified parameters.

Returns

Example

Remarks

Summary

public void CreateWorld(ref public sealed struct Vector3 position, ref public sealed struct Vector3 forward, ref public sealed struct Vector3 up, ref public sealed struct Matrix result)

Creates a world matrix with the specified parameters.

Returns

Example

Remarks

Clone this wiki locally