diff --git a/annotated.html b/annotated.html index f60d1590c..cf8526435 100644 --- a/annotated.html +++ b/annotated.html @@ -142,7 +142,7 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
Here is the call graph for this function:
-
+
@@ -525,16 +525,16 @@ Here is the call graph for this function:
Returns
area of triangle
54  {
-
55  double a = LenghtLine(A, B);
+
55  double a = LenghtLine(A, B);
56  double b = LenghtLine(B, C);
57  double c = LenghtLine(C, A);
-
58  double p = (a + b + c) / 2;
-
59  return std::sqrt(p * (p - a) * (p - b) * (p - c));
+
58  double p = (a + b + c) / 2;
+
59  return std::sqrt(p * (p - a) * (p - b) * (p - c));
60 }
Here is the call graph for this function:
-
+
@@ -550,11 +550,9 @@ Here is the call graph for this function:
std::vector::push_back
T push_back(T... args)
Point::y
int y
Point respect to x coordinate.
Definition: line_segment_intersection.cpp:14
std::cout
-
k
ll k
Definition: matrix_exponentiation.cpp:48
LenghtLine
double LenghtLine(const Point &A, const Point &B)
Definition: smallest_circle.cpp:37
TriangleArea
double TriangleArea(const Point &A, const Point &B, const Point &C)
Definition: smallest_circle.cpp:54
circle
double circle(const std::vector< Point > &P)
Definition: smallest_circle.cpp:87
-
a
vector< ll > a
Definition: matrix_exponentiation.cpp:53
std::endl
T endl(T... args)
test
void test()
Definition: smallest_circle.cpp:158
Point
Definition: line_segment_intersection.cpp:12
@@ -563,7 +561,7 @@ Here is the call graph for this function: