Rotate(IVector3D, double)
Applies a rotation centered in (0, 0, 0) around the given axis.
Declaration Syntax
public void Rotate(IVector3D direction, double angle)
Parameters
- direction(IVector3D)
The normalized rotation direction.
- angle(double)
The rotation angle in radian.