Description:

Rotates this vector around a given axis.

Syntax:
public bool Rotate(
double angleRadians,
Vector3d rotationAxis
)
Parameters:
  • angleRadians
  • Type: double
  • Angle of rotation (in radians).
  • rotationAxis
  • Type: Vector3d
  • Axis of rotation.
Returns:
Type: bool
True on success, False on failure.
Available since:
5.0

Nothing found