Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Matrix.CreateScale

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrix

csharp[Matrix](VRageMath.Matrix) CreateScale([float](System.Single) xScale, [float](System.Single) yScale, [float](System.Single) zScale)##### Summary

Creates a scaling Matrix.

csharpvoid CreateScale([float](System.Single) xScale, [float](System.Single) yScale, [float](System.Single) zScale, ref [Matrix](VRageMath.Matrix) result)##### Summary

Creates a scaling Matrix.

csharp[Matrix](VRageMath.Matrix) CreateScale([Vector3](VRageMath.Vector3) scales)##### Summary

Creates a scaling Matrix.

csharpvoid CreateScale(ref [Vector3](VRageMath.Vector3) scales, ref [Matrix](VRageMath.Matrix) result)##### Summary

Creates a scaling Matrix.

csharp[Matrix](VRageMath.Matrix) CreateScale([float](System.Single) scale)##### Summary

Creates a scaling Matrix.

csharpvoid CreateScale([float](System.Single) scale, ref [Matrix](VRageMath.Matrix) result)##### Summary

Creates a scaling Matrix.

Clone this wiki locally