Fove SDK  v0.17.0
Public Attributes | List of all members
Fove_Ray Struct Reference

Struct to represent a Ray. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_Ray:
Collaboration graph
[legend]

Public Attributes

Fove_Vec3 direction = (Fove_Vec3{0, 0, 1})
 The direction of the Ray.
 
Fove_Vec3 origin = (Fove_Vec3{0, 0, 0})
 The start point of the Ray.
 

Detailed Description

Struct to represent a Ray.

Stores the start point and direction of a Ray