GeometryWrapAngleTo2PI Method |
Correct angle (radian) to 0 or more and less than 2 * PI.
Namespace:
RootPro.RootProCAD.Geometry
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract double WrapAngleTo2PI(
double radian
)
Public MustOverride Function WrapAngleTo2PI (
radian As Double
) As Double
Parameters
- radian
- Type: SystemDouble
Angle (radian).
Return Value
Type:
Double Corrected angle in radians less than 0 and less than 2 * PI.
See Also