Matrix4x4::CreateScale Method (Single, Single, Single, Vector3)
Creates a scaling matrix that is offset by a given center point.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
public: static Matrix4x4 CreateScale( float xScale, float yScale, float zScale, Vector3 centerPoint )
Parameters
- xScale
- Type: System::Single
The value to scale by on the X axis.
- yScale
- Type: System::Single
The value to scale by on the Y axis.
- zScale
- Type: System::Single
The value to scale by on the Z axis.
- centerPoint
- Type: System.Numerics::Vector3
The center point.
Show: