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

Detailed Description

A 2D circle.

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

Public Attributes

Rx::Net::Vector2D Center
 The 2D center. More...
 
double Radius
 The radius. More...
 

Member Data Documentation

Rx::Net::Vector2D Rx::Net::Circle2D::Center

The 2D center.

double Rx::Net::Circle2D::Radius

The radius.