gerbv  2.10.1-dev~93f1b5
gerbv_render_size_t Struct Reference

#include <gerbv.h>

Data Fields

double left
 
double right
 
double bottom
 
double top
 

Detailed Description

This defines a box location and size (used to rendering logic)

Definition at line 610 of file gerbv.h.

Field Documentation

◆ bottom

double gerbv_render_size_t::bottom

the Y coordinate of the bottom side

Definition at line 613 of file gerbv.h.

◆ left

double gerbv_render_size_t::left

the X coordinate of the left side

Definition at line 611 of file gerbv.h.

◆ right

double gerbv_render_size_t::right

the X coordinate of the right side

Definition at line 612 of file gerbv.h.

◆ top

double gerbv_render_size_t::top

the Y coordinate of the top side

Definition at line 614 of file gerbv.h.


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