package raylib

  1. Overview
  2. Docs

Module Raylib.BoundingBoxSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval create : Vector3.t -> Vector3.t -> t

create min max returns a bounding box.

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

Innovation. Community. Security.