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

Detailed Description

A 3D color point.

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

Public Attributes

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

Member Data Documentation

Rx::Net::Vector4D Rx::Net::ColorPoint3D::Col

The color as RGBA.

Rx::Net::Vector3D Rx::Net::ColorPoint3D::Pnt

The 3D point.