This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
679df0ab 283a 5a76 8fe2 9fa712d09fb2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Builds a rotation matrix for a rotation around the y-axis.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Matrix4 RotationY(
double angle
)
VB
Public Shared Function RotationY (
angle As Double
) As Matrix4
C++
public:
static Matrix4 RotationY(
double angle
)
F#
static member RotationY :
angle : float -> Matrix4
- Double
- The counter-clockwise angle in radians.
Matrix4
The resulting Matrix4 instance.
Matrix4 adopts the convention of using column vectors to represent a transformation matrix.