Pico Headers
Loading...
Searching...
No Matches
Public Attributes | List of all members
ph_ray_t Struct Reference

A ray (directed line segment) More...

#include <pico_hit.h>

Collaboration diagram for ph_ray_t:
Collaboration graph
[legend]

Public Attributes

pv2 pos
 The origin of the ray.
 
pv2 dir
 The direction of the ray (normalized)
 
pfloat dist
 The length of the ray.
 

Detailed Description

A ray (directed line segment)

Member Data Documentation

◆ pos

pv2 ph_ray_t::pos

The origin of the ray.

◆ dir

pv2 ph_ray_t::dir

The direction of the ray (normalized)

◆ dist

pfloat ph_ray_t::dist

The length of the ray.


The documentation for this struct was generated from the following file: