You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matt Juntunen (Jira)" <ji...@apache.org> on 2020/04/18 02:00:10 UTC

[jira] [Created] (GEOMETRY-94) ConvexSubPlane Subclasses

Matt Juntunen created GEOMETRY-94:
-------------------------------------

             Summary: ConvexSubPlane Subclasses
                 Key: GEOMETRY-94
                 URL: https://issues.apache.org/jira/browse/GEOMETRY-94
             Project: Apache Commons Geometry
          Issue Type: New Feature
            Reporter: Matt Juntunen


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)