Zivid C++ API 2.12.0+6afd4961-1
|
Point with Z coordinate. More...
#include <Zivid/Point.h>
Public Types | |
using | ValueType = float |
The type of the coordinate values. | |
Public Member Functions | |
PointZ ()=default | |
Constructor. | |
PointZ (float zCoord) | |
Constructor. | |
bool | isNaN () const |
Check if the point is Not-a-Number (invalid) | |
ZIVID_CORE_EXPORT std::string | toString () const |
Get string representation. | |
ZIVID_CORE_EXPORT bool | operator== (const PointZ &rhs) const |
Check for equality. | |
ZIVID_CORE_EXPORT bool | operator!= (const PointZ &rhs) const |
Check for inequality. | |
Public Attributes | |
ValueType | z |
The z element of the point. | |
Point with Z coordinate.
using Zivid::PointZ::ValueType = float |
The type of the coordinate values.
|
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.
ValueType Zivid::PointZ::z |
The z element of the point.