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

Detailed Description

A 2D color point.

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

Public Attributes

Rx::Net::Vector4D Col
 The color as RGBA. More...
 
Rx::Net::Vector2D Pnt
 The 2D point. More...
 

Member Data Documentation

Rx::Net::Vector4D Rx::Net::ColorPoint2D::Col

The color as RGBA.

Rx::Net::Vector2D Rx::Net::ColorPoint2D::Pnt

The 2D point.