Click or drag to resize

GeometryGetAngle Method (Point2d, Point2d)

Get the angle (Degree) between two points.

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 GetAngle(
	Point2d point1,
	Point2d point2
)

Parameters

point1
Type: RootPro.RootProCAD.GeometryPoint2d
The coordinates of the first point.
point2
Type: RootPro.RootProCAD.GeometryPoint2d
The coordinates of the second point.

Return Value

Type: Double
Angle (Degree) between two points.
See Also