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

VRageMath.MatrixD.Rescale

Malware edited this page May 4, 2019 · 16 revisions

IndexNamespace IndexMatrixD

Summary

public static void Rescale(ref MatrixD matrix, double scale)

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

Parameters

Summary

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

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

Parameters

Summary

public static void Rescale(ref MatrixD matrix, ref Vector3D scale)

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

Parameters

Summary

public static MatrixD Rescale(MatrixD matrix, double scale)

Returns

MatrixD

Parameters

Summary

public static MatrixD Rescale(MatrixD matrix, Vector3D scale)

Returns

MatrixD

Parameters

Clone this wiki locally