Click or drag to resize

GeometryGetAngle Method (Point2d, Point2d, Point2d)

Get the angle (Degree) between the line connecting the center point and the starting point and the line connecting the center point and the end point.

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

Parameters

center
Type: RootPro.RootProCAD.GeometryPoint2d
Coordinate of the center point.
point1
Type: RootPro.RootProCAD.GeometryPoint2d
Coordinate of the starting point.
point2
Type: RootPro.RootProCAD.GeometryPoint2d
Coordinate of the end point.

Return Value

Type: Double
See Also