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

private public private public sealed struct.MatrixD CreateScale(double xScale, double yScale, double zScale)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

private public void CreateScale(double xScale, double yScale, double zScale, ref private public sealed struct.MatrixD result)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

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

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

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

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

private public private public sealed struct.MatrixD CreateScale(double scale)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

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

Creates a scaling Matrix.

Returns

Example

Remarks

Clone this wiki locally