pub fn get_velocity_at_position(entity: EntityId, position: Vec3) -> Vec3
Expand description

Gets the velocity (a Vec3) at a given position (a Vec3) of an entity (an EntityId) taking its angular velocity into account.

position is a position in world space, it typically should fall on the surface or interior of an object.