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

Add a Plane object #60

Open
bfoz opened this issue Jul 14, 2013 · 0 comments
Open

Add a Plane object #60

bfoz opened this issue Jul 14, 2013 · 0 comments

Comments

@bfoz
Copy link
Owner

bfoz commented Jul 14, 2013

That infinite flat thing that divides a space into two half-spaces. It can be specified with an origin and a surface normal vector, or a surface normal vector and a distance from the origin along normal.

Make shortcut methods for creating Planes with axis-aligned normal vectors.

The normal vector points to the outside of the plane. The distinction becomes important for CSG and clipping, so I'm specifying the convention up front.

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

No branches or pull requests

1 participant