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

feat!(box): add castable to boxes & fromString #125

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

saibotk
Copy link
Member

@saibotk saibotk commented Jan 3, 2025

Implemented a fromString method for Box classes to parse strings and create instances.

Added Castable to all Box classes and refactored BBoxCast to be generic. Every Box instance can now be used in casts in the same way as all geometries can be used.

@saibotk saibotk requested a review from ahawlitschek January 3, 2025 15:28
@saibotk saibotk self-assigned this Jan 3, 2025
Implemented a `fromString` method for `Box` classes to parse strings and create instances.

Added Castable to all Box classes and refactored `BBoxCast` to be generic. Every Box instance can now be used in casts in the same way as all geometries can be used.
@ahawlitschek ahawlitschek merged commit b50a220 into main Jan 3, 2025
13 checks passed
@ahawlitschek ahawlitschek deleted the add-bbox-casters branch January 3, 2025 16:09
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

Successfully merging this pull request may close these issues.

2 participants