High performance rotation of the point set.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public void Rotate(
	Matrix3d rotationMatrix
)
Visual Basic (Declaration)
Public Sub Rotate ( _
	rotationMatrix As Matrix3d _
)
Visual C++
public:
void Rotate(
	Matrix3d^ rotationMatrix
)

Parameters

rotationMatrix
Type: ceometric.VectorGeometry..::.Matrix3d
A rotation matrix.

Remarks

This method directly modifies the entries of the point set for performance reasons. The center of rotation is (0,0,0).

See Also