OdeRayGeom

from panda3d.ode import OdeRayGeom
class OdeRayGeom

Bases:

Bases: OdeGeom

Inheritance diagram

Inheritance diagram of OdeRayGeom

__init__(space: OdeSpace, length: float)
__init__(length: float)
get(start: panda3d.core.LVecBase3f, dir: panda3d.core.LVecBase3f)
get_backface_cull() int
static get_class_type() panda3d.core.TypeHandle
get_closest_hit() int
get_direction() panda3d.core.LVecBase3f
get_first_contact() int
get_length() float
get_start() panda3d.core.LVecBase3f
set(start: panda3d.core.LVecBase3f, dir: panda3d.core.LVecBase3f)
set(px: float, py: float, pz: float, dx: float, dy: float, dz: float)
set_closest_hit(closest_hit: int)
set_length(length: float)
set_params(first_contact: int, backface_cull: int)