Function or value | Description |
|
|
|
|
|
|
Full Usage:
boundingBox circle
Parameters:
Circle2D<'Units, 'Coordinates>
Returns: BoundingBox2D<'Units, 'Coordinates>
|
|
|
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Test if a circle point is contained within a circle. A point is considered to be contained if the point lies on the edge of the circle.
|
|
|
Full Usage:
intersectsBoundingBox box circle
Parameters:
BoundingBox2D<'Units, 'Coordinates>
circle : Circle2D<'Units, 'Coordinates>
Returns: bool
|
![]() ![]() ![]() ![]() ![]() ![]() Check if a circle intersects with a given bounding box. This function will return true if the circle intersects the edges of the bounding box _or_ is fully contained within the bounding box.
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Take a circle considered to be defined in local coordinates relative to a given reference frame, and return that circle expressed in global coordinates.
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Take a circle defined in global coordinates, and return it expressed in local coordinates relative to a given reference frame.
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
translateIn direction distance circle
Parameters:
Direction2D<'Coordinates>
distance : Quantity<'Units>
circle : Circle2D<'Units, 'Coordinates>
Returns: Circle2D<'Units, 'Coordinates>
|
|
|
|