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