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

VRageMath.Matrix.CreateScale

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMatrix

Summary

public public sealed struct Matrix CreateScale(float xScale, float yScale, float zScale)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public void CreateScale(float xScale, float yScale, float zScale, ref public sealed struct Matrix result)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public public sealed struct Matrix CreateScale(public sealed struct Vector3 scales)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public void CreateScale(ref public sealed struct Vector3 scales, ref public sealed struct Matrix result)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public public sealed struct Matrix CreateScale(float scale)

Creates a scaling Matrix.

Returns

Example

Remarks

Summary

public void CreateScale(float scale, ref public sealed struct Matrix result)

Creates a scaling Matrix.

Returns

Example

Remarks

Clone this wiki locally