Circle2D
Description
Represents a circle described by its center and radius length.
struct Circle2D { Point2D center; float radius; float Radius( void ) const; Point2D Center( void ) const; float X( void ) const; float Y( void ) const; bool operator == ( const fil::Circle2D& rhs ) const; bool operator != ( const fil::Circle2D& rhs ) const; };
Structure Fields
Type fields and default values (if defined) are described below:
Name | Type | Description |
---|---|---|
Center | Point2D | |
Radius | Real |