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

VRageMath.MatrixD.CreateScale

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrixD

Summary

public MatrixD CreateScale(double xScale, double yScale, double zScale)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public void CreateScale(double xScale, double yScale, double zScale, ref MatrixD result)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public MatrixD CreateScale(Vector3D scales)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public void CreateScale(ref Vector3D scales, ref MatrixD result)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public MatrixD CreateScale(double scale)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public void CreateScale(double scale, ref MatrixD result)

Creates a scaling Matrix.

Returns

Example

Remarks

Clone this wiki locally