[
https://issues.apache.org/jira/browse/GEOMETRY-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17091527#comment-17091527
]
Gilles Sadowski commented on GEOMETRY-94:
-----------------------------------------
I indeed believe that your above list of classes offers a nice picture. :)
Even without understanding the detailed functionality, there are more hints
about what is likely "geometry" and likely "programming".
{quote}[...] ConvexHyperplaneSubset instead of HyperplaneConvexSubset.
{quote}
I'd vote for the latter as it is less ambiguous IMO; in the former case, one
can wonder "What is convex? The Hyperplane or the Subset?".
I also find it useful that the hierarchy is reflected in the name (like it
would be with an enclosing class).
> 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
> Priority: Major
> Labels: beta1
>
> 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)