gerbv
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 599 of file gerbv.h.

Field Documentation

◆ bottom

double gerbv_render_size_t::bottom

the Y coordinate of the bottom side

Definition at line 602 of file gerbv.h.

◆ left

double gerbv_render_size_t::left

the X coordinate of the left side

Definition at line 600 of file gerbv.h.

◆ right

double gerbv_render_size_t::right

the X coordinate of the right side

Definition at line 601 of file gerbv.h.

◆ top

double gerbv_render_size_t::top

the Y coordinate of the top side

Definition at line 603 of file gerbv.h.


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