#include <Point2f.hpp>
Public Member Functions | |
Point2f ()=default | |
Point2f (float x, float y) | |
Public Attributes | |
float | x = 0 |
float | y = 0 |
Point2f structure
x and y coordinates that define a 2D point.
Definition at line 16 of file Point2f.hpp.
|
default |
|
inline |
Definition at line 18 of file Point2f.hpp.
float dai::Point2f::x = 0 |
Definition at line 19 of file Point2f.hpp.
float dai::Point2f::y = 0 |
Definition at line 19 of file Point2f.hpp.