BRL-CAD

#include <hit.h>

Data Fields

fastf_t uv_u
 Range 0..1. More...
 
fastf_t uv_v
 Range 0..1. More...
 
fastf_t uv_du
 delta in u More...
 
fastf_t uv_dv
 delta in v More...
 

Detailed Description

Mostly for texture mapping, information about parametric space.

Definition at line 152 of file hit.h.

Field Documentation

◆ uv_u

fastf_t uv_u

Range 0..1.

Definition at line 153 of file hit.h.

◆ uv_v

fastf_t uv_v

Range 0..1.

Definition at line 154 of file hit.h.

◆ uv_du

fastf_t uv_du

delta in u

Definition at line 155 of file hit.h.

◆ uv_dv

fastf_t uv_dv

delta in v

Definition at line 156 of file hit.h.


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