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

Vector2D Center
 The 2D center. More...
 
double Radius
 The radius. More...
 

Member Data Documentation

Vector2D Rx::Net::Circle2D::Center

The 2D center.

double Rx::Net::Circle2D::Radius

The radius.