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

VRageMath.Matrix3x3.CreateScale

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrix3x3

Summary

public Matrix3x3 CreateScale(float xScale, float yScale, float zScale)

Creates a scaling Matrix3x3.

Returns

Example

Remarks

Summary

public void CreateScale(float xScale, float yScale, float zScale, ref Matrix3x3 result)

Creates a scaling Matrix3x3.

Returns

Example

Remarks

Summary

public Matrix3x3 CreateScale(Vector3 scales)

Creates a scaling Matrix3x3.

Returns

Example

Remarks

Summary

public void CreateScale(ref Vector3 scales, ref Matrix3x3 result)

Creates a scaling Matrix3x3.

Returns

Example

Remarks

Summary

public Matrix3x3 CreateScale(float scale)

Creates a scaling Matrix3x3.

Returns

Example

Remarks

Summary

public void CreateScale(float scale, ref Matrix3x3 result)

Creates a scaling Matrix3x3.

Returns

Example

Remarks

Clone this wiki locally