31#if defined(InHalfPlaneBySimple3x3Matrix_RECURSES)
32#error Recursive header files inclusion detected in InHalfPlaneBySimple3x3Matrix.h
35#define InHalfPlaneBySimple3x3Matrix_RECURSES
37#if !defined InHalfPlaneBySimple3x3Matrix_h
39#define InHalfPlaneBySimple3x3Matrix_h
45#include "DGtal/base/Common.h"
47#include "DGtal/kernel/NumberTraits.h"
48#include "DGtal/kernel/CEuclideanRing.h"
49#include "DGtal/math/linalg/SimpleMatrix.h"
90 template <
typename TPo
int,
typename TInteger>
191 template <
typename TPo
int,
typename TInteger>
200#include "DGtal/geometry/tools/determinant/InHalfPlaneBySimple3x3Matrix.ih"
207#undef InHalfPlaneBySimple3x3Matrix_RECURSES
Aim: Class that implements an orientation functor, ie. it provides a way to compute the orientation o...
void init(const Point &aP, const Point &aQ)
void selfDisplay(std::ostream &out) const
Value operator()(const Point &aR) const
void init(const PointArray &aA)
std::array< Point, 2 > PointArray
BOOST_CONCEPT_ASSERT((concepts::CEuclideanRing< Integer >))
PointArray::size_type SizeArray
SimpleMatrix< Integer, 3, 3 > Matrix
Aim: implements basic MxN Matrix services (M,N>=1).
DGtal is the top-level namespace which contains all DGtal functions and types.
std::ostream & operator<<(std::ostream &out, const ClosedIntegerHalfPlane< TSpace > &object)
Aim: Defines the mathematical concept equivalent to a unitary commutative ring with a division operat...