RayHitInfo class
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, /) -> None
Properties
- normal: magnum.Vector3 get
- object_id: int get
- point: magnum.Vector3 get
- ray_distance: float get
Method documentation
def habitat_sim. physics. RayHitInfo. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.