habitat_sim.geo.Ray class

Special methods

def __format__(self, format_spec, /)
Default object formatter.
def __init__(self, origin: magnum.Vector3, direction: magnum.Vector3) -> None
def __init__(self, /) -> None

Properties

direction: magnum.Vector3 get set
origin: magnum.Vector3 get set

Method documentation

def habitat_sim.geo.Ray.__format__(self, format_spec, /)

Default object formatter.

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