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

Protected Attributes

Point origin
 
Point p1 {1, 2}
 
Point p2 {3, 4}
 
Point p3 {-1, -1}
 

Detailed Description

Definition at line 77 of file point_test.cc.

Member Data Documentation

◆ origin

Point PointTest::origin
protected

Definition at line 80 of file point_test.cc.

◆ p1

Point PointTest::p1 {1, 2}
protected

Definition at line 81 of file point_test.cc.

◆ p2

Point PointTest::p2 {3, 4}
protected

Definition at line 82 of file point_test.cc.

◆ p3

Point PointTest::p3 {-1, -1}
protected

Definition at line 83 of file point_test.cc.


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