bevy/examples/math
Olle Lukowski 4b996c75ab
Implemented GizmoPrimitive2d for Arc2d, CircularSegment, CircularSector, and make arc_2d use counter-clockwise angle. (#13610)
# Objective

Fixes #13606.
Also Fixes #13614.

## Solution

Added the missing trait impls, and made `gizmos.arc_2d()` work with a
counter-clockwise angle.
## Testing

- Updated the render_primitives example, and it works.
2024-06-01 12:30:34 +00:00
..
random_sampling.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00
render_primitives.rs Implemented GizmoPrimitive2d for Arc2d, CircularSegment, CircularSector, and make arc_2d use counter-clockwise angle. (#13610) 2024-06-01 12:30:34 +00:00
sampling_primitives.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00