Struct Point

Struct Documentation

struct Point

Public Functions

inline bool is_valid() const noexcept

Public Members

double x = 0.0

< pixel coordinate

double y = 0.0