Click or drag to resize
GeMatrixRotate Method
Appends a rotation transform to the current matrix.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeMatrix Rotate(
	GeAngle angle,
	GeVector axis
)

Parameters

angle
Type: FDF.Common.GeometriesGeAngle
Rotation angle.
axis
Type: FDF.Common.GeometriesGeVector
Rotation axis.

Return Value

Type: GeMatrix
Rotated matrix.
Remarks