Uses of Class
crystalspace.jbind.impl.csgeom.plane2.csPlane2

Packages that use csPlane2
crystalspace.jbind.impl.csgeom.poly2d   
 

Uses of csPlane2 in crystalspace.jbind.impl.csgeom.poly2d
 

Methods in crystalspace.jbind.impl.csgeom.poly2d with parameters of type csPlane2
 void csPoly2D.clipPlane(csPlane2 plane, csPoly2D right)
          This routine is similar to Intersect but it only returns the polygon on the 'right' (positive) side of the plane.
 void csPoly2D.intersect(csPlane2 plane, csPoly2D left, csPoly2D right)
          Intersect this polygon with a given plane and return the two resulting polygons in left and right.