Program Listing for File Point.h

Program Listing for File Point.h#

Return to documentation for file (includes\Point.h)

#ifndef GENERALMETAPOP_POINT_H
#define GENERALMETAPOP_POINT_H

struct Point {
    double x = 0;
    double y = 0;
};

#endif //GENERALMETAPOP_POINT_H