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