Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
math::Point Struct Reference

Public Attributes

double x
 
double y
 

Detailed Description

structure of points containing two numbers, respectively x and y such that 0 ≤ x ≤ 1 and 0 ≤ y ≤ 1.


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