Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 698 Bytes

sphere_container.md

File metadata and controls

29 lines (17 loc) · 698 Bytes

SphereContainer

from tdw.container_data.sphere_container import SphereContainer

A spherical container shape.


Fields

  • radius The radius of the sphere.

  • tag The collider's semantic ContainerTag.

  • position The position of the shape relative to the parent object.


Functions

__init__

SphereContainer(tag, position, radius)

Parameter Type Default Description
tag ContainerTag The sphere's semantic ContainerTag.
position Dict[str, float] The position of the sphere relative to the parent object.
radius float The radius of the sphere.