Click or drag to resize

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
)

Parameters

angle1
Type: SystemDouble
angle2
Type: SystemDouble

Return Value

Type: Boolean
See Also