Click or drag to resize

Vector2dRotate Method

Rotates this vector.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Rotate(
	double angleRadians
)

Parameters

angleRadians
Type: SystemDouble
Angle of rotation (in radians).

Return Value

Type: Boolean
true on success, false on failure.
See Also