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

VRageMath.Matrix3x3.Rescale

Malware edited this page May 4, 2019 · 16 revisions

IndexNamespace IndexMatrix3x3

Summary

public static void Rescale(ref Matrix3x3 matrix, float scale)

Same result as Matrix3x3.CreateScale(scale) * matrix, but much faster

Parameters

Summary

public static void Rescale(ref Matrix3x3 matrix, ref Vector3 scale)

Same result as Matrix3x3.CreateScale(scale) * matrix, but much faster

Parameters

Summary

public static Matrix3x3 Rescale(Matrix3x3 matrix, float scale)

Returns

Matrix3x3

Parameters

Summary

public static Matrix3x3 Rescale(Matrix3x3 matrix, Vector3 scale)

Returns

Matrix3x3

Parameters

Clone this wiki locally