package raylib

  1. Overview
  2. Docs
type t'
type t = t' ctyp
val create : Vector3.t -> Vector3.t -> t

create position direction returns a ray type for raycasting.

val position : t -> Vector3.t
val direction : t -> Vector3.t
OCaml

Innovation. Community. Security.