|
GNode library (C++)
|
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 |
Defines the Point struct used to represent a 2D point in space.
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.