[−][src]Module conrod_core::widget::primitive::shape
A module encompassing the primitive 2D shape widgets.
Modules
| circle | An adaptation of the Oval type where the width and height are equal. |
| oval | A simple, non-interactive widget for drawing a single Oval. |
| polygon | A simple, non-interactive Polygon widget for drawing arbitrary convex shapes. |
| rectangle | A simple, non-interactive rectangle shape widget. |
| triangles | A primitive widget that allows for drawing using a list of triangles. |
Enums
| Style | The style for some 2D shape. |