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)
getBackfaceCull() int
static getClassType() panda3d.core.TypeHandle
getClosestHit() int
getDirection() panda3d.core.LVecBase3f
getFirstContact() int
getLength() float
getStart() 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)
setClosestHit(closest_hit: int)
setLength(length: float)
setParams(first_contact: int, backface_cull: int)