habitat_sim.physics.RaycastResults class

Methods

def has_hits(self, /) -> bool

Special methods

def __format__(self, format_spec, /)
Default object formatter.
def __init__(self, /) -> None

Properties

hits: list[RayHitInfo] get
ray: geo.Ray get

Method documentation

def habitat_sim.physics.RaycastResults.__format__(self, format_spec, /)

Default object formatter.

Return str(self) if format_spec is empty. Raise TypeError otherwise.