OdeRayGeom
from panda3d.ode import OdeRayGeom
- class OdeRayGeom
- Bases: - OdeGeom- Inheritance diagram - __init__(*args, **kwargs)
 - get()
- C++ Interface: get(OdeRayGeom self, LVecBase3f start, LVecBase3f dir) 
 - getBackfaceCull()
- C++ Interface: get_backface_cull(OdeRayGeom self) 
 - getClassType()
- C++ Interface: get_class_type() 
 - getClosestHit()
- C++ Interface: get_closest_hit(const OdeRayGeom self) 
 - getDirection()
- C++ Interface: get_direction(OdeRayGeom self) 
 - getFirstContact()
- C++ Interface: get_first_contact(OdeRayGeom self) 
 - getLength()
- C++ Interface: get_length(const OdeRayGeom self) 
 - getStart()
- C++ Interface: get_start(OdeRayGeom self) 
 - get_backface_cull()
- C++ Interface: get_backface_cull(OdeRayGeom self) 
 - get_class_type()
- C++ Interface: get_class_type() 
 - get_closest_hit()
- C++ Interface: get_closest_hit(const OdeRayGeom self) 
 - get_direction()
- C++ Interface: get_direction(OdeRayGeom self) 
 - get_first_contact()
- C++ Interface: get_first_contact(OdeRayGeom self) 
 - get_length()
- C++ Interface: get_length(const OdeRayGeom self) 
 - get_start()
- C++ Interface: get_start(OdeRayGeom self) 
 - set()
- C++ Interface: set(const OdeRayGeom self, const LVecBase3f start, const LVecBase3f dir) set(const OdeRayGeom self, float px, float py, float pz, float dx, float dy, float dz) 
 - setClosestHit()
- C++ Interface: set_closest_hit(const OdeRayGeom self, int closest_hit) 
 - setLength()
- C++ Interface: set_length(const OdeRayGeom self, float length) 
 - setParams()
- C++ Interface: set_params(const OdeRayGeom self, int first_contact, int backface_cull) 
 - set_closest_hit()
- C++ Interface: set_closest_hit(const OdeRayGeom self, int closest_hit) 
 - set_length()
- C++ Interface: set_length(const OdeRayGeom self, float length) 
 - set_params()
- C++ Interface: set_params(const OdeRayGeom self, int first_contact, int backface_cull) 
 
