Raytrix Light Field SDK  4.0
Logo
Public Attributes | List of all members
Rx::Net::ColorPointId3D Struct Reference

Detailed Description

A 3D color point with an id.

A 3D color id point is defined by a 3D point and a color and an id.

Public Attributes

Rx::Net::Vector4D Col
 The color as RGBA. More...
 
System::UInt32 Id
 The identifier. More...
 
Rx::Net::Vector3D Pnt
 The 3D point. More...
 

Member Data Documentation

Rx::Net::Vector4D Rx::Net::ColorPointId3D::Col

The color as RGBA.

System::UInt32 Rx::Net::ColorPointId3D::Id

The identifier.

Rx::Net::Vector3D Rx::Net::ColorPointId3D::Pnt

The 3D point.