Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.MatrixD.CreateScale

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMatrixD

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.

Clone this wiki locally