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

Protected Attributes

Point p1 {0, 0}
 
Point p2 {4, 0}
 
Point p3 {0, 3}
 
Triangle t {p1, p2, p3}
 

Detailed Description

Definition at line 559 of file point_test.cc.

Member Data Documentation

◆ p1

Point TriangleTest::p1 {0, 0}
protected

Definition at line 562 of file point_test.cc.

◆ p2

Point TriangleTest::p2 {4, 0}
protected

Definition at line 563 of file point_test.cc.

◆ p3

Point TriangleTest::p3 {0, 3}
protected

Definition at line 564 of file point_test.cc.

◆ t

Triangle TriangleTest::t {p1, p2, p3}
protected

Definition at line 565 of file point_test.cc.


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