-
Notifications
You must be signed in to change notification settings - Fork 125
VRageMath.MatrixD.CreateScale
csharp[MatrixD](VRageMath.MatrixD) CreateScale([double](System.Double) xScale, [double](System.Double) yScale, [double](System.Double) zScale)
##### Summary
Creates a scaling Matrix.
csharpvoid CreateScale([double](System.Double) xScale, [double](System.Double) yScale, [double](System.Double) zScale, ref [MatrixD](VRageMath.MatrixD) result)
##### Summary
Creates a scaling Matrix.
csharp[MatrixD](VRageMath.MatrixD) CreateScale([Vector3D](VRageMath.Vector3D) scales)
##### Summary
Creates a scaling Matrix.
csharpvoid CreateScale(ref [Vector3D](VRageMath.Vector3D) scales, ref [MatrixD](VRageMath.MatrixD) result)
##### Summary
Creates a scaling Matrix.
csharp[MatrixD](VRageMath.MatrixD) CreateScale([double](System.Double) scale)
##### Summary
Creates a scaling Matrix.
csharpvoid CreateScale([double](System.Double) scale, ref [MatrixD](VRageMath.MatrixD) result)
##### Summary
Creates a scaling 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!