package raylib

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

create min max returns a bounding box.

val min : t -> Vector3.t
val max : t -> Vector3.t
val set_min : t -> Vector3.t -> unit
val set_max : t -> Vector3.t -> unit
OCaml

Innovation. Community. Security.