libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
Art::Paperback::Point_2D Struct Reference

Represents a point in a two-dimensional space. More...

#include <art/paperback/primitives.hxx>

Public Attributes

double x {}
 The X coordinate.
 
double y {}
 The Y coordinate.
 

Detailed Description

Represents a point in a two-dimensional space.

Member Data Documentation

◆ x

double Art::Paperback::Point_2D::x {}

The X coordinate.

◆ y

double Art::Paperback::Point_2D::y {}

The Y coordinate.