Skip to content

VRageMath.Matrix.CreateWorld

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

IndexNamespace IndexMatrix

Summary

public static Matrix CreateWorld(Vector3 position)

Returns

Matrix

Parameters

Summary

public static Matrix CreateWorld(Vector3 position, Vector3 forward, Vector3 up)

Creates a world matrix with the specified parameters.

Returns

Matrix

Parameters

Summary

public static void CreateWorld(ref Vector3 position, ref Vector3 forward, ref Vector3 up, out Matrix result)

Creates a world matrix with the specified parameters.

Parameters

Clone this wiki locally