Click or drag to resize

Matrix3RotationX Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds a rotation matrix for a rotation around the x-axis.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Matrix3 RotationX(
	double angle
)
Request Example View Source

Parameters

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

Return Value

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