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

VRageMath.MatrixD.CreateScale

Malware edited this page Dec 24, 2018 · 18 revisions

IndexMatrixD

MatrixD CreateScale(double xScale, double yScale, double zScale)

Summary

Creates a scaling Matrix.

void CreateScale(double xScale, double yScale, double zScale, ref MatrixD result)

Summary

Creates a scaling Matrix.

MatrixD CreateScale(Vector3D scales)

Summary

Creates a scaling Matrix.

void CreateScale(ref Vector3D scales, ref MatrixD result)

Summary

Creates a scaling Matrix.

MatrixD CreateScale(double scale)

Summary

Creates a scaling Matrix.

void CreateScale(double scale, ref MatrixD result)

Summary

Creates a scaling Matrix.

Clone this wiki locally