This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
41cfe99b 6c28 95b5 4d72 f8ad64018df3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Builds a rotation matrix for a rotation around the z-axis.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Matrix3 RotationZ(
double angle
)VB
Public Shared Function RotationZ (
angle As Double
) As Matrix3C++
public:
static Matrix3 RotationZ(
double angle
)F#
static member RotationZ :
angle : float -> Matrix3 - Double
- The counter-clockwise angle in radians.
Matrix3
The resulting Matrix3 instance.
Matrix3 adopts the convention of using column vectors to represent a transformation matrix.