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

Ranges #25

Open
24 tasks
aschaeffer opened this issue Mar 25, 2023 · 0 comments
Open
24 tasks

Ranges #25

aschaeffer opened this issue Mar 25, 2023 · 0 comments

Comments

@aschaeffer
Copy link
Collaborator

aschaeffer commented Mar 25, 2023

Goal

Represent numeric ranges.

Use cases

  • Geometric operations
  • Iterators

Tasks

  • Component Range
    • Property min (number)
    • Property max (number)
  • Model
    • to_range() -> Range
    • from_range(r: Range) -> Component
  • Entity Types
    • range__to_array
      • Component range__range
        • Input-Property min (number)
        • Input-Property max (number)
      • Component result__array_result
        • Output-Property result
      • Behaviour range__to_array
        • (min..max).collect()
    • range__contains

Reference

Follow Up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant