Module bevy_canvas::common_shapes[][src]

A convenient collection of shapes.

These shapes are provided to help users draw basic shapes without needing to implement the Geometry trait themselves.

Structs

Circle
Ellipse
Line

A line segment described by its endpoints.

Polygon

Describes a polygon or a polyline.

Rectangle
RegularPolygon

Enums

RectangleAnchor
RegularPolygonFeature

The base feature of a regular polygon that will be used to determine its size.