Circle
Readonly
classRequired to generate proper CSS classes and other class related IDs.
isDestroyed
CubicBezierCurve
Circle
Readonly
uidThe UID of this drawable object.
Circle
Static
circleCheck if the given circle is fully contained inside this circle.
The circle to check if it is contained in this circle.
true
if any only if the given circle is completely inside this circle.
containsCircle
Circle
Check if the given circle is fully contained inside this circle.
The point to check if it is contained in this circle.
true
if the given point is inside this circle.
containsPoint
Circle
Calculate the distance from this circle to the given line.
The line to measure the distance to.
The minimal distance from the outline of this circle to the given line.
lineDistance
Circle
Get all line intersections of this polygon and their tangents along the shape.
This method returns all intersection tangents (as vectors) with this shape. The returned array of vectors is in no specific order.
Get all line intersections with this circle.
This method returns all intersections (as vertices) with this shape. The returned array of vertices is in no specific order.
The line to find intersections with.
If set to true only intersecion points on the passed vector are returned (located strictly between start and end vertex).
Classdesc
A simple circle: center point and radius.
Requires
Line
Requires
Vector
Requires
VertTuple
Requires
Vertex
Requires
SVGSerializale
Requires
UID
Requires
UIDGenerator