Uses of Interface
crystalspace.jbind.interfaces.imesh.thing.iPolygonHandle

Packages that use iPolygonHandle
crystalspace.jbind.impl.mesh.thing   
crystalspace.jbind.interfaces.imesh.thing   
 

Uses of iPolygonHandle in crystalspace.jbind.impl.mesh.thing
 

Classes in crystalspace.jbind.impl.mesh.thing that implement iPolygonHandle
 class csPolygonHandle
           
 

Methods in crystalspace.jbind.impl.mesh.thing that return iPolygonHandle
 iPolygonHandle csThingFactoryState.createPolygonHandle(int polygon_idx)
           
 iPolygonHandle csThingState.createPolygonHandle(int polygon_idx)
           
 

Uses of iPolygonHandle in crystalspace.jbind.interfaces.imesh.thing
 

Methods in crystalspace.jbind.interfaces.imesh.thing that return iPolygonHandle
 iPolygonHandle iThingState.createPolygonHandle(int polygon_idx)
          Create a polygon handle that can be used to refer to some polygon.
 iPolygonHandle iThingFactoryState.createPolygonHandle(int polygon_idx)
          Create a polygon handle that can be used to refer to some polygon.