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

Protected Attributes

Point cartesian {3, 4}
 
Polar_Point polar {cartesian}
 

Detailed Description

Definition at line 250 of file point_test.cc.

Member Data Documentation

◆ cartesian

Point PolarPointTest::cartesian {3, 4}
protected

Definition at line 253 of file point_test.cc.

◆ polar

Polar_Point PolarPointTest::polar {cartesian}
protected

Definition at line 254 of file point_test.cc.


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