Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
Point with Z coordinate More...
#include <Zivid/Point.h>
Public Member Functions | |
PointZ ()=default | |
Constructor More... | |
PointZ (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 PointZ &rhs) const |
Check for equality More... | |
ZIVID_CORE_EXPORT bool | operator!= (const PointZ &rhs) const |
Check for inequality More... | |
Public Attributes | |
float | z |
The z element of the point More... | |
Point with Z coordinate
|
default |
Constructor
|
inline |
Constructor
|
inline |
Check if the point is Not-a-Number (invalid)
ZIVID_CORE_EXPORT bool Zivid::PointZ::operator!= | ( | const PointZ & | rhs | ) | const |
Check for inequality
ZIVID_CORE_EXPORT bool Zivid::PointZ::operator== | ( | const PointZ & | rhs | ) | const |
Check for equality
ZIVID_CORE_EXPORT std::string Zivid::PointZ::toString | ( | ) | const |
Get string representation
float Zivid::PointZ::z |
The z element of the point