BulletAllHitsRayResult

from panda3d.bullet import BulletAllHitsRayResult
class BulletAllHitsRayResult

Bases: DTOOL_SUPER_BASE

Inheritance diagram

Inheritance diagram of BulletAllHitsRayResult

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

C++ Interface: empty()

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

  • concrete value.

*/

from_pos
getClosestHitFraction()

C++ Interface: get_closest_hit_fraction(BulletAllHitsRayResult self)

/**

*/

getFromPos()

C++ Interface: get_from_pos(BulletAllHitsRayResult self)

/**

*/

getHit()

C++ Interface: get_hit(BulletAllHitsRayResult self, int idx)

/**

*/

getHits()
getNumHits()

C++ Interface: get_num_hits(BulletAllHitsRayResult self)

/**

*/

getToPos()

C++ Interface: get_to_pos(BulletAllHitsRayResult self)

/**

*/

get_closest_hit_fraction()

C++ Interface: get_closest_hit_fraction(BulletAllHitsRayResult self)

/**

*/

get_from_pos()

C++ Interface: get_from_pos(BulletAllHitsRayResult self)

/**

*/

get_hit()

C++ Interface: get_hit(BulletAllHitsRayResult self, int idx)

/**

*/

get_hits()
get_num_hits()

C++ Interface: get_num_hits(BulletAllHitsRayResult self)

/**

*/

get_to_pos()

C++ Interface: get_to_pos(BulletAllHitsRayResult self)

/**

*/

hasHits()

C++ Interface: has_hits(BulletAllHitsRayResult self)

/**

*/

has_hits()

C++ Interface: has_hits(BulletAllHitsRayResult self)

/**

*/

hits
to_pos