Uses of Class
crystalspace.jbind.impl.csgeom.segment.csSegment2

Packages that use csSegment2
crystalspace.jbind.impl.csgeom.box   
crystalspace.jbind.impl.csgeom.plane2   
 

Uses of csSegment2 in crystalspace.jbind.impl.csgeom.box
 

Methods in crystalspace.jbind.impl.csgeom.box that return csSegment2
 csSegment2 csBox2.getEdge(int edge)
          Return every edge (segment); of this bounding box from 0 to 7 (CS_BOX_EDGE_xy_Xy etc.);.
 

Methods in crystalspace.jbind.impl.csgeom.box with parameters of type csSegment2
 void csBox2.getEdge(int edge, csSegment2 e)
          Return every edge (segment); of this bounding box from 0 to 7 (CS_BOX_EDGE_xy_Xy etc.);.
 

Uses of csSegment2 in crystalspace.jbind.impl.csgeom.plane2
 

Methods in crystalspace.jbind.impl.csgeom.plane2 with parameters of type csSegment2
 void csPlane2.set(csSegment2 s)
          Initialize the plane given a segment.
 

Constructors in crystalspace.jbind.impl.csgeom.plane2 with parameters of type csSegment2
csPlane2(csSegment2 s)
          Initialize the plane given a segment.