Module dim2

Source
Expand description

A module for rendering each of the 2D bevy_math::primitives with GizmoBuffer.

Structs§

Annulus2dBuilder
Builder for configuring the drawing options of Annulus.
Line2dBuilder
Builder for configuring the drawing options of Line2d.
Segment2dBuilder
Builder for configuring the drawing options of Segment2d.

Traits§

GizmoPrimitive2d
A trait for rendering 2D geometric primitives (P) with GizmoBuffer.