Entropy Piano Tuner  1.1.3 (documentation not yet complete)
An open-source experimental software for piano tuning by entropy minimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GraphicsViewAdapter::Point Struct Reference

Structure holding the coordinates of a single point. More...

#include <graphicsviewadapter.h>

Public Attributes

double x
 Real-valued x coordinate between 0 and 1. More...
 
double y
 Real-valued y coordinate between 0 and 1. More...
 

Detailed Description

Structure holding the coordinates of a single point.

This structure describes the coordinates of a simple point in 2D. The coordinates are defined relative to the respective panel in which the object is drawn and are supposed to lie in the range between 0 and 1.

Definition at line 63 of file graphicsviewadapter.h.

Member Data Documentation

double GraphicsViewAdapter::Point::x

Real-valued x coordinate between 0 and 1.

Definition at line 65 of file graphicsviewadapter.h.

double GraphicsViewAdapter::Point::y

Real-valued y coordinate between 0 and 1.

Definition at line 66 of file graphicsviewadapter.h.


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