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