GNode library (C++)
Loading...
Searching...
No Matches
point.hpp File Reference

Defines the Point struct used to represent a 2D point in space. More...

Go to the source code of this file.

Classes

struct  gnode::Point
 Represents a point in a 2D space. More...
 

Namespaces

namespace  gnode
 

Detailed Description

Defines the Point struct used to represent a 2D point in space.

Author
Otto Link (otto..nosp@m.link.nosp@m..bv@g.nosp@m.mail.nosp@m..com)
Date
2023-08-07

This file contains the definition of the Point struct, which represents a point in a two-dimensional space. The Point struct includes two floating-point values representing the coordinates of the point.