Haskell-Things / Haskell-Things/ImplicitCAD
rotateExtrude behaves oddly when given noncontinuous functions
Open
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
```haskell
test :: SymbolicObj3
test = rotateExtrude 4.0 (Right $ \case
3.1847910293530797->V2 3.0 (-6.681629751553052)
_->V2 0.0 0.0
) (Right $ const 0) (polygon [V2 9.0 (-3.3500040166499234),V2 0.0 (-16.711593776250552),V2 0.0 0.0])
```
this shape doesn't have the property that `rotate3 (V3 (2 * pi) 0 0) test =~= test`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.