BulletClosestHitSweepResult

from panda3d.bullet import BulletClosestHitSweepResult
class BulletClosestHitSweepResult

Bases: DTOOL_SUPER_BASE

Inheritance diagram

Inheritance diagram of BulletClosestHitSweepResult

__init__(*args, **kwargs)
empty()

C++ Interface: empty()

/**
  • Named constructor intended to be used for asserts with have to return a

  • concrete value.

*/

from_pos
getFromPos()

C++ Interface: get_from_pos(BulletClosestHitSweepResult self)

/**

*/

getHitFraction()

C++ Interface: get_hit_fraction(BulletClosestHitSweepResult self)

/**

*/

getHitNormal()

C++ Interface: get_hit_normal(BulletClosestHitSweepResult self)

/**

*/

getHitPos()

C++ Interface: get_hit_pos(BulletClosestHitSweepResult self)

/**

*/

getNode()

C++ Interface: get_node(BulletClosestHitSweepResult self)

/**

*/

getToPos()

C++ Interface: get_to_pos(BulletClosestHitSweepResult self)

/**

*/

get_from_pos()

C++ Interface: get_from_pos(BulletClosestHitSweepResult self)

/**

*/

get_hit_fraction()

C++ Interface: get_hit_fraction(BulletClosestHitSweepResult self)

/**

*/

get_hit_normal()

C++ Interface: get_hit_normal(BulletClosestHitSweepResult self)

/**

*/

get_hit_pos()

C++ Interface: get_hit_pos(BulletClosestHitSweepResult self)

/**

*/

get_node()

C++ Interface: get_node(BulletClosestHitSweepResult self)

/**

*/

get_to_pos()

C++ Interface: get_to_pos(BulletClosestHitSweepResult self)

/**

*/

hasHit()

C++ Interface: has_hit(BulletClosestHitSweepResult self)

/**

*/

has_hit()

C++ Interface: has_hit(BulletClosestHitSweepResult self)

/**

*/

hit_fraction
hit_normal
hit_pos
node
to_pos