package raylib

  1. Overview
  2. Docs
type t = [
  1. | `RayHitInfo
]
val t : t Ctypes.structure F.typ
val hit : (bool, t Ctypes.structure) F.field
val distance : (float, t Ctypes.structure) F.field
val position : (Vector3.t Ctypes.structure, t Ctypes.structure) F.field
val normal : (Vector3.t Ctypes.structure, t Ctypes.structure) F.field
OCaml

Innovation. Community. Security.