Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
EllipseTest Class Reference
Inheritance diagram for EllipseTest:
[legend]
Collaboration diagram for EllipseTest:
[legend]

Protected Attributes

Point center {0, 0}
 
Ellipse circle {center, 1, 1}
 
Ellipse ellipse {center, 2, 1}
 

Detailed Description

Definition at line 752 of file point_test.cc.

Member Data Documentation

◆ center

Point EllipseTest::center {0, 0}
protected

Definition at line 755 of file point_test.cc.

◆ circle

Ellipse EllipseTest::circle {center, 1, 1}
protected

Definition at line 756 of file point_test.cc.

◆ ellipse

Ellipse EllipseTest::ellipse {center, 2, 1}
protected

Definition at line 757 of file point_test.cc.


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