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

Detailed Description

A colored 2D circle.

A colored 2D circle is defined by a 2D point describing the center of the circle, a radius and a color.

Public Attributes

Rx::Net::Vector2D Center
 The 2D center. More...
 
Rx::Net::Vector4D Col
 The color as RGBA. More...
 
double Radius
 The radius. More...
 

Member Data Documentation

Rx::Net::Vector2D Rx::Net::ColorCircle2D::Center

The 2D center.

Rx::Net::Vector4D Rx::Net::ColorCircle2D::Col

The color as RGBA.

double Rx::Net::ColorCircle2D::Radius

The radius.