Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rectangle2d and Ellipse2d struct visualization on 3D and 2D fields. #304

Open
falOn-Dev opened this issue Jan 8, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@falOn-Dev
Copy link

Is your feature request related to a problem? Please describe.
The new for 2025 Rectangle2d and Ellipse2d classes are super useful, but it's pretty awkward visualizing them using points placed at the corners for rectangle, and either a ton of points drawing the ellipse, or only placing them at cardinal directions. Especially when AScope doesn't have an option to represent a Pose2d in the 3d field as a cone pointing down, or a marker in some sort like that (afaik)

Describe the solution you'd like
Use the struct representation of Rectangle2d and Ellipse2d to draw either a line to denote the area, or a highlighted zone, or both.

Describe alternatives you've considered
Representing it using cones is doable, but it's pretty awkward, and doesn't visualize the best

@falOn-Dev falOn-Dev added the enhancement New feature or request label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant