Matrix3x2::CreateRotation Method (Single, Vector2)
Creates a rotation matrix using the specified rotation in radians and a center point.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- radians
- Type: System::Single
The amount of rotation, in radians.
- centerPoint
- Type: System.Numerics::Vector2
The center point.
Show: