RayCollision TypedStruct
@type t() :: %Exray.Structs.RayCollision{ distance: float(), hit: boolean(), normal: Vector3.t(), point: Vector3.t() }