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: [email protected]
For additional commands, e-mail: [email protected]