View Source Rayex.Structs.Ray (Rayex v0.0.3)

Ray

Summary

Types

@type t() :: %Rayex.Structs.Ray{
  direction: Rayex.Structs.Vector3.t(),
  position: Rayex.Structs.Vector3.t()
}