Uses of Class
crystalspace.jbind.impl.csgeom.polymesh.csMeshedPolygon

Packages that use csMeshedPolygon
crystalspace.jbind.impl.csgeom.polymesh   
 

Uses of csMeshedPolygon in crystalspace.jbind.impl.csgeom.polymesh
 

Methods in crystalspace.jbind.impl.csgeom.polymesh that return csMeshedPolygon
 csMeshedPolygon csMeshedPolygonArray.item(int idx)
           
 csMeshedPolygon[] csMeshedPolygonArray.getArray()
           
 

Methods in crystalspace.jbind.impl.csgeom.polymesh with parameters of type csMeshedPolygon
 void csMeshedPolygonArray.item(int idx, csMeshedPolygon v)
           
 

Constructors in crystalspace.jbind.impl.csgeom.polymesh with parameters of type csMeshedPolygon
csMeshedPolygonArray(csMeshedPolygon[] array)