BRL-CAD
bv_polygon Struct Reference

#include <polygon.h>

Collaboration diagram for bv_polygon:
[legend]

Data Fields

int type
 
int fill_flag
 
vect2d_t fill_dir
 
fastf_t fill_delta
 
struct bu_color fill_color
 
long curr_contour_i
 
long curr_point_i
 
point_t origin_point
 
plane_t vp
 
fastf_t vZ
 
struct bg_polygon polygon
 
void * u_data
 

Detailed Description

Definition at line 50 of file polygon.h.

Field Documentation

◆ type

int type

Definition at line 51 of file polygon.h.

◆ fill_flag

int fill_flag

Definition at line 52 of file polygon.h.

◆ fill_dir

vect2d_t fill_dir

Definition at line 53 of file polygon.h.

◆ fill_delta

fastf_t fill_delta

Definition at line 54 of file polygon.h.

◆ fill_color

struct bu_color fill_color

Definition at line 54 of file polygon.h.

◆ curr_contour_i

long curr_contour_i

Definition at line 56 of file polygon.h.

◆ curr_point_i

long curr_point_i

Definition at line 57 of file polygon.h.

◆ origin_point

point_t origin_point

Definition at line 58 of file polygon.h.

◆ vp

plane_t vp

Definition at line 62 of file polygon.h.

◆ vZ

fastf_t vZ

Definition at line 66 of file polygon.h.

◆ polygon

struct bg_polygon polygon

Definition at line 66 of file polygon.h.

◆ u_data

void* u_data

Definition at line 72 of file polygon.h.


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