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 317 of file polygon.h.

Field Documentation

◆ type

int type

Definition at line 318 of file polygon.h.

◆ fill_flag

int fill_flag

Definition at line 319 of file polygon.h.

◆ fill_dir

vect2d_t fill_dir

Definition at line 320 of file polygon.h.

◆ fill_delta

fastf_t fill_delta

Definition at line 321 of file polygon.h.

◆ fill_color

struct bu_color fill_color

Definition at line 322 of file polygon.h.

◆ curr_contour_i

long curr_contour_i

Definition at line 323 of file polygon.h.

◆ curr_point_i

long curr_point_i

Definition at line 324 of file polygon.h.

◆ prev_point

point_t prev_point

Definition at line 325 of file polygon.h.

◆ v

struct bview v

Definition at line 329 of file polygon.h.

◆ polygon

struct bg_polygon polygon

Definition at line 332 of file polygon.h.

◆ u_data

void* u_data

Definition at line 335 of file polygon.h.


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