Zivid C++ API 2.6.1+6cec8609-3
Defining the Future of 3D Machine Vision
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 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...
 
- 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...
 

Detailed Description

Normal vector with three coordinates as float


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