Uses of Class
crystalspace.jbind.impl.csgeom.vtpool.csVertexArrayPool

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

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

Constructors in crystalspace.jbind.impl.csgeom.frustum with parameters of type csVertexArrayPool
csFrustum(csVector3 o, csVertexArrayPool pl)
          Create a new empty frustum with another pool.
csFrustum(csVector3 o, int num_verts, csVertexArrayPool pl)
          Create a frustum given a number of vertices and a backplane.
csFrustum(csVector3 o, int num_verts, csVertexArrayPool pl, csPlane3 backp)
          Create a frustum given a number of vertices and a backplane.