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

Protected Member Functions

Polygon create_square ()
 
Polygon create_triangle ()
 

Detailed Description

Definition at line 153 of file polygon_test.cc.

Member Function Documentation

◆ create_square()

Polygon PolygonConstructionTest::create_square ( )
inlineprotected

Definition at line 156 of file polygon_test.cc.

References Polygon::add_vertex(), and Polygon::close().

◆ create_triangle()

Polygon PolygonConstructionTest::create_triangle ( )
inlineprotected

Definition at line 167 of file polygon_test.cc.

References Polygon::add_vertex(), and Polygon::close().


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