We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
capped_cylinder
Documentation says:
f = capped_cylinder(-Z, Z, 0.5)
But what are the first and the second arguments? I assume Z is an axis designator? Why does it need to be passed twice with opposite signs?
Z
The text was updated successfully, but these errors were encountered:
It's the start and end point of the cylinder.
Sorry, something went wrong.
Yeah, I eventually figured Z should be a unit vector for Z axis, although it's not explained anywhere.
It would be nice if the APIs for 3D primitives are normalized. For example, rounded_cylinder takes two radii and a height...
No branches or pull requests
Documentation says:
But what are the first and the second arguments? I assume
Z
is an axis designator? Why does it need to be passed twice with opposite signs?The text was updated successfully, but these errors were encountered: