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 public sealed struct 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 public sealed struct MatrixD result)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public public sealed struct MatrixD CreateScale(public sealed struct Vector3D scales)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

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

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public public sealed struct MatrixD CreateScale(double scale)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public void CreateScale(double scale, ref public sealed struct MatrixD result)

Creates a scaling Matrix.

Returns

Example

Remarks

Clone this wiki locally