Molybden API
Loading...
Searching...
No Matches
molybden::Point Struct Reference

A pair of numbers that in general are used to define coordinates in the two-dimensional space. More...

#include <geometry.hpp>

Public Member Functions

 Point (int32_t x, int32_t y)
 

Public Attributes

int32_t x
 The horizontal coordinate.
 
int32_t y
 The vertical coordinate.
 

Detailed Description

A pair of numbers that in general are used to define coordinates in the two-dimensional space.


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