-
Notifications
You must be signed in to change notification settings - Fork 26
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
Introduce Cone3d shape #131
Conversation
4232317
to
f013ab2
Compare
I think this API looks good! |
@ianmackenzie thanks for the review! I will work on the tests tomorrow. Let me know if you have any ideas, otherwise I will base them on the existing cylinder tests. |
No particular test ideas off the top of my head, but if I think of anything I'll let you know =) |
@ianmackenzie I ported a couple tests from cylinder. Let me know if anything is missing in this PR! |
I think this looks good now! I like the tests =) |
This is an initial take on the
Cone3d
shape. This is mostly copied fromCylinder3d
with some modifications:endCap
, and renamedstartCap
tobase
centeredOn
andcenterPoint
revesrse
basePlane
I wonder if the API is OK, then I can work on some tests.