GeometryWrapAngleTo360 Method |
Correct angle (degree) to 0 degrees or more and less than 360 degrees.
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 WrapAngleTo360(
double degree
)
Public MustOverride Function WrapAngleTo360 (
degree As Double
) As Double
Parameters
- degree
- Type: SystemDouble
Angle (degree).
Return Value
Type:
Double Corrected angle (degrees) corrected from 0 degrees or more to less than 360 degrees.
See Also