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

Detailed Description

A color ellipse 2d.

Public Attributes

Rx::Net::Vector2D Center
 The 2D center. More...
 
Rx::Net::Vector4D Color
 The color as RGBA. More...
 
Rx::Net::Vector2D Dir1
 The semi-minor axis direction. More...
 
Rx::Net::Vector2D Dir2
 The semi-major axis direction. More...
 
double Radius1
 The semi-minor axis radius. More...
 
double Radius2
 The semi-major axis radius. More...
 

Member Data Documentation

Rx::Net::Vector2D Rx::Net::ColorEllipse2D::Center

The 2D center.

Rx::Net::Vector4D Rx::Net::ColorEllipse2D::Color

The color as RGBA.

Rx::Net::Vector2D Rx::Net::ColorEllipse2D::Dir1

The semi-minor axis direction.

Rx::Net::Vector2D Rx::Net::ColorEllipse2D::Dir2

The semi-major axis direction.

double Rx::Net::ColorEllipse2D::Radius1

The semi-minor axis radius.

double Rx::Net::ColorEllipse2D::Radius2

The semi-major axis radius.