Skip to content

Gnuplotpp::Vector2d coordinates #3

@LucaCiucci

Description

@LucaCiucci

This is the current definition:

struct Gnuplotpp::Vector2d
{
    double x = 0;
    double y = 0;
};

it should be changed making the actual data private and exposing x() and y() methods so that is conformed to the LC library

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions