[ 
https://issues.apache.org/jira/browse/GEOMETRY-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17115361#comment-17115361
 ] 

Matt Juntunen commented on GEOMETRY-94:
---------------------------------------

PR is in: https://github.com/apache/commons-geometry/pull/77

A few notes:
- new 3D interfaces are {{ConvexPolygon3D}} and {{Triangle3D}}
- {{Plane}} has been simplified by extracting the {{u}} and {{v}} in-plane 
vectors into the {{EmbeddingPlane}} subclass. This is because the vectors are 
only needed when embedding 2D subspaces into planes, which is no longer 
required for all plane subsets.
- Bounds2D and Bounds3D classes are added (GEOMETRY-77) 

> 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
>             Fix For: 1.0
>
>
> 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)

Reply via email to