Base class: Object
This class stores information about a collision.
Property | Type | Description |
---|---|---|
entities | array<shared_ptr<Entity>, 2> | colliding entities |
position | Vec3 | collision position |
normal | Vec3 | collision normal |
speed | dFloat | collision speed |