Click or drag to resize

MatrixRotationY Method

Builds a rotation matrix for a rotation around the y-axis.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public static Matrix RotationY(
	double angle
)

Parameters

angle
Type: SystemDouble
The counter-clockwise angle in radians.

Return Value

Type: Matrix
The resulting Matrix instance.
Remarks
Matrix adopts the convention of using column vectors to represent three dimensional points.
See Also