Matrix4x4::CreateScale Method (Vector3, Vector3)
Creates a scaling matrix with a center point.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- scales
- Type: System.Numerics::Vector3
The vector that contains the amount to scale on each axis.
- centerPoint
- Type: System.Numerics::Vector3
The center point.
Show: