Raytrix Light Field SDK  v3.1
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
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 Types

typedef Rx::Net::Vector4D TColor
 Defines an alias representing the color type. More...
 
typedef Rx::Net::Vector2D TVector
 Defines an alias representing the vector type. More...
 

Public Attributes

TColor Col
 The color as RGBA. More...
 
TVector Pnt
 The 2D point. More...
 

Member Typedef Documentation

Defines an alias representing the color type.

Defines an alias representing the vector type.

Member Data Documentation

TColor Rx::Net::ColorPoint2D::Col

The color as RGBA.

TVector Rx::Net::ColorPoint2D::Pnt

The 2D point.