-
Notifications
You must be signed in to change notification settings - Fork 125
VRageMath.Matrix.CreateWorld
csharp[Matrix](VRageMath.Matrix) CreateWorld([Vector3](VRageMath.Vector3) position)``````csharp[Matrix](VRageMath.Matrix) CreateWorld([Vector3](VRageMath.Vector3) position, [Vector3](VRageMath.Vector3) forward, [Vector3](VRageMath.Vector3) up)
##### Summary
Creates a world matrix with the specified parameters.
csharpvoid CreateWorld(ref [Vector3](VRageMath.Vector3) position, ref [Vector3](VRageMath.Vector3) forward, ref [Vector3](VRageMath.Vector3) up, ref [Matrix](VRageMath.Matrix) result)
##### Summary
Creates a world matrix with the specified parameters.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!