Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::RotatedEllipse::ExtremalPoints Struct Reference

Holds the four axis-extremal points of a rotated ellipse. More...

#include <point.H>

Collaboration diagram for Aleph::RotatedEllipse::ExtremalPoints:
[legend]

Public Attributes

Point right
 
Point top
 
Point left
 
Point bottom
 

Detailed Description

Holds the four axis-extremal points of a rotated ellipse.

Definition at line 2660 of file point.H.

Member Data Documentation

◆ bottom

Point Aleph::RotatedEllipse::ExtremalPoints::bottom

Definition at line 2662 of file point.H.

◆ left

Point Aleph::RotatedEllipse::ExtremalPoints::left

Definition at line 2662 of file point.H.

◆ right

Point Aleph::RotatedEllipse::ExtremalPoints::right

Definition at line 2662 of file point.H.

◆ top

Point Aleph::RotatedEllipse::ExtremalPoints::top

Definition at line 2662 of file point.H.


The documentation for this struct was generated from the following file: