Loading...
Searching...
No Matches
3#include <wmtk/Types.hpp>
7bool orient3d(
const Vector3r& p0,
const Vector3r& p1,
const Vector3r& p2,
const Vector3r& p3);
9bool orient3d(
const Vector3d& p0,
const Vector3d& p1,
const Vector3d& p2,
const Vector3d& p3);
11bool orient2d(
const Vector2r& p0,
const Vector2r& p1,
const Vector2r& p2);
13bool orient2d(
const Vector2d& p0,
const Vector2d& p1,
const Vector2d& p2);