Rotates this vector.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Rotate(
double angleRadians
)
Public Function Rotate (
angleRadians As Double
) As Boolean
Parameters
- angleRadians
- Type: SystemDouble
Angle of rotation (in radians).
Return Value
Type:
Booleantrue on success, false on failure.
Version InformationRhino for Windows
Supported in: 6.8
See Also