This table is used to record a single collision point made by a collision test against a physics world.
See the stingray.Raycast object description for details.
This table doesn't have any named members. It's an array whose values are accessible using numeric keys:
For example, you would access the world position of the collision point as local collision_point = hit_result[1].