BRL-CAD
floatpixel Struct Reference

#include <defines.h>

Collaboration diagram for floatpixel:
[legend]

Data Fields

double ff_dist
 range to ff_hitpt[], <-INFINITY for miss More...
 
float ff_hitpt [3]
 
struct regionff_regp
 
int ff_frame
 >= 0 means pixel was reprojected More...
 
short ff_x
 screen x, y coords of first location More...
 
short ff_y
 
char ff_color [3]
 

Detailed Description

Definition at line 64 of file defines.h.

Field Documentation

◆ ff_dist

double ff_dist

range to ff_hitpt[], <-INFINITY for miss

Definition at line 65 of file defines.h.

◆ ff_hitpt

float ff_hitpt[3]

Definition at line 66 of file defines.h.

◆ ff_regp

struct region* ff_regp

Definition at line 67 of file defines.h.

◆ ff_frame

int ff_frame

>= 0 means pixel was reprojected

Definition at line 68 of file defines.h.

◆ ff_x

short ff_x

screen x, y coords of first location

Definition at line 69 of file defines.h.

◆ ff_y

short ff_y

Definition at line 70 of file defines.h.

◆ ff_color

char ff_color[3]

Definition at line 71 of file defines.h.


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