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