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/12/15 02:43:00 UTC

[jira] [Updated] (GEOMETRY-108) BoundaryList Implementations

     [ https://issues.apache.org/jira/browse/GEOMETRY-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Juntunen updated GEOMETRY-108:
-----------------------------------
    Description: 
We need a {{BoundarySource}} implementation that simply contains an arbitrary list of hyperplane convex subsets. I propose creating the following classes:
- {{o.a.c.geometry.core.partitioning.BoundaryList}}
- -{{o.a.c.geometry.euclidean.oned.BoundaryList1D}}-
- {{o.a.c.geometry.euclidean.twod.BoundaryList2D}}
- {{o.a.c.geometry.euclidean.threed.BoundaryList3D}}
- -{{o.a.c.geometry.spherical.oned.BoundaryList1S}}-
- {{o.a.c.geometry.spherical.twod.BoundaryList2S}}

This is required for GEOMETRY-101 since the output from reading some model file formats is a simple list of facets.

  was:
We need a {{BoundarySource}} implementation that simply contains an arbitrary list of hyperplane convex subsets. I propose creating the following classes:
- {{o.a.c.geometry.core.partitioning.BoundaryList}}
- {{o.a.c.geometry.euclidean.oned.BoundaryList1D}}
- {{o.a.c.geometry.euclidean.twod.BoundaryList2D}}
- {{o.a.c.geometry.euclidean.threed.BoundaryList3D}}
- {{o.a.c.geometry.spherical.oned.BoundaryList1S}}
- {{o.a.c.geometry.spherical.twod.BoundaryList2S}}

This is required for GEOMETRY-101 since the output from reading some model file formats is a simple list of facets.


> BoundaryList Implementations
> ----------------------------
>
>                 Key: GEOMETRY-108
>                 URL: https://issues.apache.org/jira/browse/GEOMETRY-108
>             Project: Apache Commons Geometry
>          Issue Type: New Feature
>            Reporter: Matt Juntunen
>            Priority: Major
>
> We need a {{BoundarySource}} implementation that simply contains an arbitrary list of hyperplane convex subsets. I propose creating the following classes:
> - {{o.a.c.geometry.core.partitioning.BoundaryList}}
> - -{{o.a.c.geometry.euclidean.oned.BoundaryList1D}}-
> - {{o.a.c.geometry.euclidean.twod.BoundaryList2D}}
> - {{o.a.c.geometry.euclidean.threed.BoundaryList3D}}
> - -{{o.a.c.geometry.spherical.oned.BoundaryList1S}}-
> - {{o.a.c.geometry.spherical.twod.BoundaryList2S}}
> This is required for GEOMETRY-101 since the output from reading some model file formats is a simple list of facets.



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