Mech-Eye API 2.4.0
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, default unit: mm, invalid data: nan.
 
float y {0}
 Y channel, default unit: mm, invalid data: nan.
 
float z {0}
 Z channel, default unit: mm, invalid data: nan.
 

Detailed Description

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

Definition at line 63 of file Frame3D.h.

Member Data Documentation

◆ x

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

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

Definition at line 65 of file Frame3D.h.

◆ y

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

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

Definition at line 66 of file Frame3D.h.

◆ z

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

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

Definition at line 67 of file Frame3D.h.


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