package raylib

  1. Overview
  2. Docs

Module Raylib.RaySource

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

create position direction returns a ray type for raycasting.

Sourceval position : t -> Vector3.t
Sourceval direction : t -> Vector3.t