Hi Matt,

first of all:

Thanks a lot for all your work (rewrite) on the library !!!!

Could you give me a hint how to make the transition from PolyhedronSet
to the new data structures ?

This is my current code:

public static PolyhedronsSet createPrism(
    List< Position2D > basePolygon,
    int upperBound,
    int lowerBound )
  {
    List< Vector3D > vertices = createVertices( polygon, upperBound,
lowerBound );
    int[][] facets = createFacets( polygon );

    return new PolyhedronsSet( vertices, Arrays.asList( facets ),
PRECISION_CONTEXT );
  }

Cheers. Sven


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to