[][src]Module arcs::algorithms

Common algorithms.

Structs

ApproximatedArc

An iterator over the points in an arc approximation.

Enums

Closest

An enum containing the different possible solutions for ClosestPoint::closest_point().

Traits

Approximate

Approximate a shape with a bunch of points.

Bounded

Calculate an axis-aligned bounding box around the item.

ClosestPoint

Find the location on an object which is closest to a target point.

Length

Something which has a finite length.

Scale

Something which can be scaled in Drawing Space

Translate

Something which can be moved around "rigidly" in Drawing Space.