Mech-Eye API 2.3.3
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmind::eye::PointXYZ Struct Reference

Represents a point in UntexturedPointCloud with the coordinate (x, y, z) information. More...

#include <Frame3D.h>

Public Attributes

float x {0}
 X channel, unit: mm, invalid data: nan.
 
float y {0}
 Y channel, unit: mm, invalid data: nan.
 
float z {0}
 Z channel, unit: mm, invalid data: nan.
 

Detailed Description

Represents a point in UntexturedPointCloud with the coordinate (x, y, z) information.

Definition at line 58 of file Frame3D.h.

Member Data Documentation

◆ x

float mmind::eye::PointXYZ::x {0}

X channel, unit: mm, invalid data: nan.

Definition at line 60 of file Frame3D.h.

◆ y

float mmind::eye::PointXYZ::y {0}

Y channel, unit: mm, invalid data: nan.

Definition at line 61 of file Frame3D.h.

◆ z

float mmind::eye::PointXYZ::z {0}

Z channel, unit: mm, invalid data: nan.

Definition at line 62 of file Frame3D.h.


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