OdeRayGeom

class OdeRayGeom

Bases: OdeGeom

Inheritance diagram

Inheritance diagram of OdeRayGeom

OdeRayGeom(dReal length)
OdeRayGeom(OdeSpace &space, dReal length)
void get(LVecBase3f &start, LVecBase3f &dir) const
int get_backface_cull(void) const
static TypeHandle get_class_type(void)
int get_closest_hit(void)
LVecBase3f get_direction(void) const
int get_first_contact(void) const
dReal get_length(void)
void get_params(int &first_contact, int &backface_cull) const
LVecBase3f get_start(void) const
void set(dReal px, dReal py, dReal pz, dReal dx, dReal dy, dReal dz)
void set(LVecBase3f const &start, LVecBase3f const &dir)
void set_closest_hit(int closest_hit)
void set_length(dReal length)
void set_params(int first_contact, int backface_cull)