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

Packages that use csSegment3
crystalspace.jbind.impl.csgeom.box   
 

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

Methods in crystalspace.jbind.impl.csgeom.box that return csSegment3
 csSegment3 csBox3.getEdge(int edge)
          Return every edge (segment) of this bounding box from 0 to 23 (use one of the CS_BOX_EDGE_Xyz_xyz etc. indices).
 

Methods in crystalspace.jbind.impl.csgeom.box with parameters of type csSegment3
 void csBox3.getEdge(int edge, csSegment3 e)
          Return every edge (segment) of this bounding box from 0 to 23 (use one of the CS_BOX_EDGE_Xyz_xyz etc. indices).