geoComplex
Class GeoComplexFactory

java.lang.Object
  extended bygeoComplex.GeoComplexFactory

public class GeoComplexFactory
extends java.lang.Object


Constructor Summary
GeoComplexFactory()
           
 
Method Summary
static GeoComplex intersection(GeoComplex complex, HyperPlane plane)
           
static GeoComplex product(GeoComplex one, GeoComplex other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoComplexFactory

public GeoComplexFactory()
Method Detail

intersection

public static GeoComplex intersection(GeoComplex complex,
                                      HyperPlane plane)

product

public static GeoComplex product(GeoComplex one,
                                 GeoComplex other)