libkipr  1.0.0
point2 Struct Reference

A 2D point; has x and y. More...

#include <geometry.h>

Public Attributes

int x
 the x value of the point More...
 
int y
 the y value of the point More...
 

Detailed Description

A 2D point; has x and y.

Member Data Documentation

◆ x

int point2::x

the x value of the point

◆ y

int point2::y

the y value of the point


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