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

VRageMath.MatrixD.CreateTranslation

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrixD

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.

Clone this wiki locally