__init__(OdeSpace space, DReal length) | OdeRayGeom | |
__init__(DReal length) | OdeRayGeom | |
clearOffset() | OdeGeom | |
compareTo(const OdeGeom other) | OdeGeom | |
convert() | OdeGeom | |
convertToBox() | OdeGeom | |
convertToCappedCylinder() | OdeGeom | |
convertToCylinder() | OdeGeom | |
convertToHashSpace() | OdeGeom | |
convertToPlane() | OdeGeom | |
convertToQuadTreeSpace() | OdeGeom | |
convertToRay() | OdeGeom | |
convertToSimpleSpace() | OdeGeom | |
convertToSphere() | OdeGeom | |
convertToTriMesh() | OdeGeom | |
destroy() | OdeGeom | |
disable() | OdeGeom | |
enable() | OdeGeom | |
GC_box enum value | OdeGeom | |
GC_capped_cylinder enum value | OdeGeom | |
GC_cylinder enum value | OdeGeom | |
GC_hash_space enum value | OdeGeom | |
GC_plane enum value | OdeGeom | |
GC_quad_tree_space enum value | OdeGeom | |
GC_ray enum value | OdeGeom | |
GC_simple_space enum value | OdeGeom | |
GC_sphere enum value | OdeGeom | |
GC_tri_mesh enum value | OdeGeom | |
GeomClass enum name | OdeGeom | |
get(LVecBase3f start, LVecBase3f dir) | OdeRayGeom | |
getAABB(LVecBase3f min, LVecBase3f max) | OdeGeom | |
getAABounds() | OdeGeom | |
getBackfaceCull() | OdeRayGeom | |
getBody() | OdeGeom | |
getCategoryBits() | OdeGeom | |
getClass() | OdeGeom | |
getClassType() | OdeRayGeom | static |
getClosestHit() | OdeRayGeom | |
getCollideBits() | OdeGeom | |
getConvertedSpace() | OdeGeom | |
getDirection() | OdeRayGeom | |
getFirstContact() | OdeRayGeom | |
getId() | OdeGeom | |
getLength() | OdeRayGeom | |
getOffsetPosition() | OdeGeom | |
getOffsetQuaternion() | OdeGeom | |
getOffsetRotation() | OdeGeom | |
getPosition() | OdeGeom | |
getQuaternion() | OdeGeom | |
getRotation() | OdeGeom | |
getSpace() | OdeGeom | |
getStart() | OdeRayGeom | |
getType() | TypedObject | |
getTypeIndex() | TypedObject | |
hasBody() | OdeGeom | |
isEmpty() | OdeGeom | |
isEnabled() | OdeGeom | |
isExactType(TypeHandle handle) | TypedObject | |
isOffset() | OdeGeom | |
isOfType(TypeHandle handle) | TypedObject | |
isSpace() | OdeGeom | |
set(const LVecBase3f start, const LVecBase3f dir) | OdeRayGeom | |
set(DReal px, DReal py, DReal pz, DReal dx, DReal dy, DReal dz) | OdeRayGeom | |
setBody(OdeBody body) | OdeGeom | |
setCategoryBits(const BitMask32 bits) | OdeGeom | |
setClosestHit(int closest_hit) | OdeRayGeom | |
setCollideBits(const BitMask32 bits) | OdeGeom | |
setLength(DReal length) | OdeRayGeom | |
setOffsetPosition(const LVecBase3f pos) | OdeGeom | |
setOffsetPosition(DReal x, DReal y, DReal z) | OdeGeom | |
setOffsetQuaternion(const LQuaternionf q) | OdeGeom | |
setOffsetRotation(const LMatrix3f r) | OdeGeom | |
setOffsetWorldPosition(const LVecBase3f pos) | OdeGeom | |
setOffsetWorldPosition(DReal x, DReal y, DReal z) | OdeGeom | |
setOffsetWorldQuaternion(const LQuaternionf q) | OdeGeom | |
setOffsetWorldRotation(const LMatrix3f r) | OdeGeom | |
setParams(int first_contact, int backface_cull) | OdeRayGeom | |
setPosition(const LVecBase3f pos) | OdeGeom | |
setPosition(DReal x, DReal y, DReal z) | OdeGeom | |
setQuaternion(const LQuaternionf q) | OdeGeom | |
setRotation(const LMatrix3f r) | OdeGeom | |
write(Ostream out, unsigned int indent) | OdeGeom | |