|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used for accessing to a Mesh3DCollisionGenerator.
IMesh3DCollisionGenerator are able to generate a subset of Face3D as a Face3DList to test for collisions on a Mesh3D.
IMesh3D
Method Summary | |
void |
generateForSolidSphere3DCollision(double x,
double y,
double z,
double tx,
double ty,
double tz,
double radius)
Generate a (LOD) Face3DList potentialy hitted for a SolidSphere3D collision test. |
IFace3DList |
getCollisionFace3DList()
Gets Face3DList generated by the last call to any generateXXX() method. |
int |
getNbCollisionFaces()
Gets number of Face3D generated by the last call to any generateXXX() method. |
Method Detail |
public void generateForSolidSphere3DCollision(double x, double y, double z, double tx, double ty, double tz, double radius)
x
- collision start point x in object spacey
- collision start point y in object spacez
- collision start point z in object spacetx
- collision end point x in object spacety
- collision end point y in object spacetz
- collision end point z in object spaceradius
- radius for collisionpublic int getNbCollisionFaces()
public IFace3DList getCollisionFace3DList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |