-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.MatrixD.CreateTranslation
csharp[MatrixD](VRageMath.MatrixD) CreateTranslation([Vector3D](VRageMath.Vector3D) position)##### Summary
Creates a translation Matrix.
csharp[MatrixD](VRageMath.MatrixD) CreateTranslation([Vector3](VRageMath.Vector3) position)``````csharpvoid CreateTranslation(ref [Vector3D](VRageMath.Vector3D) position, ref [MatrixD](VRageMath.MatrixD) result)##### Summary
Creates a translation Matrix.
csharp[MatrixD](VRageMath.MatrixD) CreateTranslation([double](System.Double) xPosition, [double](System.Double) yPosition, [double](System.Double) zPosition)##### Summary
Creates a translation Matrix.
csharpvoid CreateTranslation([double](System.Double) xPosition, [double](System.Double) yPosition, [double](System.Double) zPosition, ref [MatrixD](VRageMath.MatrixD) result)##### Summary
Creates a translation Matrix.
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!