GeometryIsRadianEquals Method |
Determine whether two angles (radian) can be regarded as the same.
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 bool IsRadianEquals(
double angle1,
double angle2
)
Public MustOverride Function IsRadianEquals (
angle1 As Double,
angle2 As Double
) As Boolean
Parameters
- angle1
- Type: SystemDouble
- angle2
- Type: SystemDouble
Return Value
Type:
BooleanSee Also