SCENE C++ API  2.1.0
Public Attributes | List of all members
LSPointXYZRGB Struct Reference

The LSPointXYZRGB class is the representation of a scan point with XYZ double coordinates and 24bit RGB color. More...

#include <lspointtypes.h>

Public Attributes

double x
 The X position of the scan point.
 
double y
 The Y position of the scan point.
 
double z
 The Z position of the scan point.
 
uint8_t r
 The red channel of the point color.
 
uint8_t g
 The green channel of the point color.
 
uint8_t b
 The blue channel of the point color.
 

Detailed Description

The LSPointXYZRGB class is the representation of a scan point with XYZ double coordinates and 24bit RGB color.

Version
SCENE API Version 2.0.0.