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 prev_point
 
struct bview v
 
struct bg_polygon polygon
 
void * u_data
 

Detailed Description

Definition at line 324 of file polygon.h.

Field Documentation

◆ type

int type

Definition at line 325 of file polygon.h.

◆ fill_flag

int fill_flag

Definition at line 326 of file polygon.h.

◆ fill_dir

vect2d_t fill_dir

Definition at line 327 of file polygon.h.

◆ fill_delta

fastf_t fill_delta

Definition at line 328 of file polygon.h.

◆ fill_color

struct bu_color fill_color

Definition at line 329 of file polygon.h.

◆ curr_contour_i

long curr_contour_i

Definition at line 330 of file polygon.h.

◆ curr_point_i

long curr_point_i

Definition at line 331 of file polygon.h.

◆ prev_point

point_t prev_point

Definition at line 332 of file polygon.h.

◆ v

struct bview v

Definition at line 336 of file polygon.h.

◆ polygon

struct bg_polygon polygon

Definition at line 339 of file polygon.h.

◆ u_data

void* u_data

Definition at line 342 of file polygon.h.


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