fesa-core  5.0.1
fesa::Point Struct Reference

#include <Point.h>

Public Member Functions

 Point ()
 
 Point (double x, double y)
 

Detailed Description

A struct representing a point with x and y coordinates as doubles.

Constructor & Destructor Documentation

fesa::Point::Point ( )

Instantiates a point with 0,0 coordinates.

fesa::Point::Point ( double  x,
double  y 
)

Instantiates a point with the given coordinates.


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