|
libigl v2.5.0
|
#include "../igl_inline.h"#include <Eigen/Core>#include "../Orientation.h"#include "incircle.cpp"Go to the source code of this file.
Namespaces | |
| namespace | igl |
| namespace | igl::predicates |
Macros | |
| #define | IGL_PREDICATES_INCIRCLE_H |
Functions | |
| template<typename Vector2D> | |
| Orientation | igl::predicates::incircle (const Eigen::MatrixBase< Vector2D > &pa, const Eigen::MatrixBase< Vector2D > &pb, const Eigen::MatrixBase< Vector2D > &pc, const Eigen::MatrixBase< Vector2D > &pd) |
| Decide whether a point is inside/outside/on a circle. | |
| #define IGL_PREDICATES_INCIRCLE_H |