--- layout: posts title: Api - point Namespace ---
Get a point on a circle or arc path, at a given angle.
The angle at which you want to find the point, in degrees.
A circle or arc.
A new point object.
Get the two end points of an arc path.
The arc path object.
Array with 2 elements: [0] is the point object corresponding to the start angle, [1] is the point object corresponding to the end angle.
Get a point from its polar coordinates.
The angle of the polar coordinate, in radians.
The radius of the polar coordinate.
A new point object.
Calculates the intersection of slopes of two lines.
First line to use for slope.
Second line to use for slope.
Optional IPathIntersectionOptions.
point of intersection of the two slopes, or null if the slopes did not intersect.
A point at 0,0 coordinates. NOTE: It is important to call this as a method, with the empty parentheses.
A new point.
Generated using TypeDoc
Add two points together and return the result as a new point object.