Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
boca
math
Line2.hh
Go to the documentation of this file.
1
4
#pragma once
5
6
#include "
boca/math/Line.hh
"
7
#include "
boca/math/Vector2.hh
"
8
9
namespace
boca
10
{
11
16
template
<
typename
Value_>
17
using
Line2
=
Line<Vector2, Value_>
;
18
19
}
Vector2.hh
Line.hh
boca
Boosted Collider Analysis.
Definition:
Analysis.hh:15
boca::Line
Line between two points.
Definition:
Line.hh:15