YggdrasilWM  0.1.1
A tiny window manager coded in C++
Point Struct Reference

Point struct This struct represents a 2D point. More...

#include <Point.hpp>

Collaboration diagram for Point:
Collaboration graph

Public Member Functions

 Point (unsigned int x, unsigned int y)
 
 Point ()
 

Public Attributes

unsigned int x
 
unsigned int y
 

Detailed Description

Point struct This struct represents a 2D point.

Constructor & Destructor Documentation

◆ Point() [1/2]

Point::Point ( unsigned int  x,
unsigned int  y 
)
inline
12 : x(x), y(y) {}
unsigned int x
Definition: Point.hpp:9
unsigned int y
Definition: Point.hpp:10

◆ Point() [2/2]

Point::Point ( )
inline
13 : x(0), y(0) {}

Member Data Documentation

◆ x

◆ y


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