package raylib

  1. Overview
  2. Docs
val create : float -> float -> float -> (Types.Vector3.t, [ `Struct ]) Ctypes.structured
val x : (Types.Vector3.t, [ `Struct ]) Ctypes.structured -> float
val y : (Types.Vector3.t, [ `Struct ]) Ctypes.structured -> float
val z : (Types.Vector3.t, [ `Struct ]) Ctypes.structured -> float
val set_x : (Types.Vector3.t, [ `Struct ]) Ctypes.structured -> float -> unit
val set_y : (Types.Vector3.t, [ `Struct ]) Ctypes.structured -> float -> unit
val set_z : (Types.Vector3.t, [ `Struct ]) Ctypes.structured -> float -> unit