VRageMath.Matrix.Rescale - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexMatrix

Summary

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

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

Parameters

Summary

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

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

Parameters

Summary

public static Matrix Rescale(Matrix matrix, float scale)

Returns

Matrix

Parameters

Summary

public static Matrix Rescale(Matrix matrix, Vector3 scale)

Returns

Matrix

Parameters

⚠️ **GitHub.com Fallback** ⚠️