Zivid C++ API 2.11.1+de9b5dae-1
List of all members
Zivid::NormalXYZ Struct Reference

Normal vector with three coordinates as float. More...

#include <Zivid/Normal.h>

Inheritance diagram for Zivid::NormalXYZ:
Zivid::VectorXYZ

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.
 

Detailed Description

Normal vector with three coordinates as float.


The documentation for this struct was generated from the following file: