package raylib

  1. Overview
  2. Docs

Module Raylib.BoundingBoxSource

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

create min max

Sourceval min : t -> Vector3.t

Minimum vertex box-corner

Sourceval max : t -> Vector3.t

Maximum vertex box-corner

Sourceval set_min : t -> Vector3.t -> unit
Sourceval set_max : t -> Vector3.t -> unit