API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsMaths
Geometry
Point.h
1
// Point.h
3
//
5
6
namespace
nkMaths
7
{
11
class
Point
12
{
13
public :
14
15
// Functions
20
Point
() noexcept ;
27
Point
(
float
x,
float
y) noexcept ;
28
29
public :
30
31
// Attributes
32
float
_x
;
33
float
_y
;
34
} ;
35
}
nkMaths
Encompasses all API of component NilkinsMaths.
Definition:
IntVector.h:7
nkMaths::Point
Represents a 2D Point.
Definition:
Point.h:12
nkMaths::Point::_y
float _y
The y component of the point position.
Definition:
Point.h:33
nkMaths::Point::Point
Point() noexcept
nkMaths::Point::_x
float _x
The x component of the point position.
Definition:
Point.h:32
Generated by
Doxygen
1.8.18