-
Notifications
You must be signed in to change notification settings - Fork 151
[BUG] affine* missing from documentation. #1698
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
Comments
Those are internal functions. You're not supposed to use them. Not sure why one ended up in an example. |
Note that you cannot get the same result with xrot(). I have fixed the example to use skew() |
I figured it out, affine_skew_yz(0, angle) becomes skew(azy=angle). I would suggest adding a azy or azx example to the skew() documentation. I got there in a roundabout way.... |
You think the axy example is not enough? It's more clear what's happening when you stay in 2d. |
Yes, that example will help a lot. azy and azx are unique in that they create a 3D shape from 2D shape, compared to axy/ayx. |
Well, no, nothing creates a 3d shape from a 2d shape except extrusion. Your use of "square" is invalid with azx. |
From rounding.scad, rounded_prism() example 12:
A search of the BOSL2 github area shows the function exists in affine.scad, but without documentation, it will be difficult to use.
I can get by with a xrot() command instead, just wanted to let you guys know ....
The text was updated successfully, but these errors were encountered: