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

VRageMath.MatrixD.CreateWorld

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMatrixD

csharp[MatrixD](VRageMath.MatrixD) CreateWorld([Vector3D](VRageMath.Vector3D) position, [Vector3](VRageMath.Vector3) forward, [Vector3](VRageMath.Vector3) up)``````csharp[MatrixD](VRageMath.MatrixD) CreateWorld([Vector3D](VRageMath.Vector3D) position)``````csharp[MatrixD](VRageMath.MatrixD) CreateWorld([Vector3D](VRageMath.Vector3D) position, [Vector3D](VRageMath.Vector3D) forward, [Vector3D](VRageMath.Vector3D) up)##### Summary

Creates a world matrix with the specified parameters.

csharpvoid CreateWorld(ref [Vector3D](VRageMath.Vector3D) position, ref [Vector3D](VRageMath.Vector3D) forward, ref [Vector3D](VRageMath.Vector3D) up, ref [MatrixD](VRageMath.MatrixD) result)##### Summary

Creates a world matrix with the specified parameters.

Clone this wiki locally