Description
There should be specific subclasses of ConvexSubPlane to allow for optimization and ease of use.
- OpenConvexSubPlane - extends ConvexSubPlane; represents a convex subplane that is open on a least one side and has infinite size
- ClosedConvexSubPlane - extends ConvexSubPlane; represents a convex subplane with finite size; the 2D subspace is a polygon
- Triangle3D - extends ClosedConvexSubPlane; represents a triangle in 3D space; most 3D models are or can easily be represented with triangles so it would be good to have a dedicated class for this.
Attachments
Issue Links
- links to