Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
Point with three coordinates as float More...
#include <Zivid/Point.h>
Public Member Functions | |
PointXYZ ()=default | |
Constructor More... | |
constexpr | PointXYZ (float xCoord, float yCoord, float zCoord) |
Constructor More... | |
bool | isNaN () const |
Check if the point is Not-a-Number (invalid) More... | |
ZIVID_CORE_EXPORT std::string | toString () const |
Get string representation More... | |
ZIVID_CORE_EXPORT bool | operator== (const PointXYZ &rhs) const |
Check for equality More... | |
ZIVID_CORE_EXPORT bool | operator!= (const PointXYZ &rhs) const |
Check for inequality More... | |
Public Attributes | |
float | x |
The x element of the point More... | |
float | y |
The y element of the point More... | |
float | z |
The z element of the point More... | |
Point with three coordinates as float
|
default |
Constructor
|
inlineconstexpr |
Constructor
|
inline |
Check if the point is Not-a-Number (invalid)
A point is defined as NaN if the z-coordinate is NaN
ZIVID_CORE_EXPORT bool Zivid::PointXYZ::operator!= | ( | const PointXYZ & | rhs | ) | const |
Check for inequality
ZIVID_CORE_EXPORT bool Zivid::PointXYZ::operator== | ( | const PointXYZ & | rhs | ) | const |
Check for equality
ZIVID_CORE_EXPORT std::string Zivid::PointXYZ::toString | ( | ) | const |
Get string representation
float Zivid::PointXYZ::x |
The x element of the point
float Zivid::PointXYZ::y |
The y element of the point
float Zivid::PointXYZ::z |
The z element of the point