BRL-CAD
bg_polygon Struct Reference

#include <polygon_types.h>

Collaboration diagram for bg_polygon:
[legend]

Data Fields

size_t num_contours
 
int * hole
 
struct bg_poly_contourcontour
 
todo in principle these shouldn t be here
 
todo in principle these shouldn t be but the libtclcad code uses int gp_color [3]
 
int gp_line_width
 
int gp_line_style
 

Detailed Description

Definition at line 48 of file polygon_types.h.

Field Documentation

◆ num_contours

size_t num_contours

Definition at line 49 of file polygon_types.h.

◆ hole

int* hole

Definition at line 50 of file polygon_types.h.

◆ contour

struct bg_poly_contour* contour

Definition at line 51 of file polygon_types.h.

◆ here

todo in principle these shouldn t be here

Definition at line 54 of file polygon_types.h.

◆ gp_color

todo in principle these shouldn t be but the libtclcad code uses int gp_color[3]

Definition at line 57 of file polygon_types.h.

◆ gp_line_width

int gp_line_width

Definition at line 58 of file polygon_types.h.

◆ gp_line_style

int gp_line_style

Definition at line 59 of file polygon_types.h.


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