Uses of Class
crystalspace.jbind.impl.csgeom.frustum.csClipInfo

Packages that use csClipInfo
crystalspace.jbind.impl.csgeom.frustum   
 

Uses of csClipInfo in crystalspace.jbind.impl.csgeom.frustum
 

Methods in crystalspace.jbind.impl.csgeom.frustum with parameters of type csClipInfo
static void csFrustum.clipToPlane(csVector3Array vertices, csClipInfo clipinfo, csPlane3 plane)
          Clip a frustum (defined from 0,0,0 origin) to the given plane.
static void csFrustum.clipToPlane(csVector3Array vertices, csClipInfo clipinfo, csVector3 v1, csVector3 v2)
          Clip a frustum (defined from 0,0,0 origin) to the given plane (defined as 0-v1-v2).
 void csClipInfo.copy(csClipInfo other)
          Copy the information from another clipinfo instance to this one.
 void csClipInfo.move(csClipInfo other)
          Move the information from another clipinfo instance to this one.