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