|
Panda3D
|
Public Member Functions | |
| OdeRayGeom (OdeSpace space, float length) | |
| OdeRayGeom (float length) | |
| get (VBase3 start, VBase3 dir) | |
| int | getBackfaceCull () |
| int | getClosestHit () |
| VBase3 | getDirection () |
| int | getFirstContact () |
| float | getLength () |
| VBase3 | getStart () |
| set (float px, float py, float pz, float dx, float dy, float dz) | |
| set (VBase3 const start, VBase3 const dir) | |
| setClosestHit (int closest_hit) | |
| setLength (float length) | |
| setParams (int first_contact, int backface_cull) | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
| OdeRayGeom | ( | OdeSpace | space, |
| float | length | ||
| ) |
| OdeRayGeom | ( | float | length | ) |
| get | ( | VBase3 | start, |
| VBase3 | dir | ||
| ) |
| int getBackfaceCull | ( | ) |
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from OdeGeom.
| int getClosestHit | ( | ) |
| VBase3 getDirection | ( | ) |
| int getFirstContact | ( | ) |
| float getLength | ( | ) |
| VBase3 getStart | ( | ) |
| set | ( | float | px, |
| float | py, | ||
| float | pz, | ||
| float | dx, | ||
| float | dy, | ||
| float | dz | ||
| ) |
| set | ( | VBase3 const | start, |
| VBase3 const | dir | ||
| ) |
| setClosestHit | ( | int | closest_hit | ) |
| setLength | ( | float | length | ) |
1.7.3