Wildmeshing Toolkit
edge_insertion.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
wmtk/Types.hpp
>
4
#include "
Rational.hpp
"
5
6
namespace
wmtk::utils
{
7
8
bool
segment_intersection_rational
(
9
const
Vector2r
& p1,
10
const
Vector2r
& p2,
11
const
Vector2r
& q1,
12
const
Vector2r
& q2,
13
Vector2r
& intersection);
14
15
}
// namespace wmtk::utils
Rational.hpp
Types.hpp
wmtk::utils
Definition:
Tuple.hpp:22
wmtk::utils::segment_intersection_rational
bool segment_intersection_rational(const Vector2r &P1, const Vector2r &P2, const Vector2r &Q1, const Vector2r &Q2, Vector2r &intersection)
Definition:
edge_insertion.cpp:5
wmtk::Vector2r
Vector< Rational, 2 > Vector2r
Definition:
Types.hpp:42
src
wmtk
utils
edge_insertion.hpp
Generated by
1.9.1