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

VRageMath.Matrix.CreateScale

Morten Aune Lyrstad edited this page Oct 10, 2019 · 18 revisions

IndexNamespace IndexMatrix

Summary

public static Matrix CreateScale(float xScale, float yScale, float zScale)

Creates a scaling Matrix.

Returns

Matrix

Parameters

Summary

public static void CreateScale(float xScale, float yScale, float zScale, out Matrix result)

Creates a scaling Matrix.

Parameters

Summary

public static Matrix CreateScale(Vector3 scales)

Creates a scaling Matrix.

Returns

Matrix

Parameters

Summary

public static void CreateScale(ref Vector3 scales, out Matrix result)

Creates a scaling Matrix.

Parameters

Summary

public static Matrix CreateScale(float scale)

Creates a scaling Matrix.

Returns

Matrix

Parameters

Summary

public static void CreateScale(float scale, out Matrix result)

Creates a scaling Matrix.

Parameters

Clone this wiki locally