-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Matrix.CreateScale
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.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!