from tdw.collision_data.collision_obj_env import CollisionObjEnv
A collision between an object and the environment.
-
floorTrue if this is a collision with the floor. -
pointsThe contact point positions. -
normalsThe contact point normals. -
stateThe state of the collision.
CollisionObjEnv(collision)
| Parameter | Type | Default | Description |
|---|---|---|---|
| collision | EnvironmentCollision | The collision output data. |