template<typename TPoint>
class itk::TriangleHelper< TPoint >
A convenience class for computation of various triangle elements in 2D or 3D.
Definition at line 31 of file itkTriangleHelper.h.
|
static CoordRepType | ComputeAngle (const PointType &iP1, const PointType &iP2, const PointType &iP3) |
|
static CoordRepType | ComputeArea (const PointType &iP1, const PointType &iP2, const PointType &iP3) |
|
static PointType | ComputeBarycenter (const CoordRepType &iA1, const PointType &iP1, const CoordRepType &iA2, const PointType &iP2, const CoordRepType &iA3, const PointType &iP3) |
|
static PointType | ComputeCircumCenter (const PointType &iP1, const PointType &iP2, const PointType &iP3) |
|
static PointType | ComputeConstrainedCircumCenter (const PointType &iP1, const PointType &iP2, const PointType &iP3) |
|
static PointType | ComputeGravityCenter (const PointType &iP1, const PointType &iP2, const PointType &iP3) |
|
static CoordRepType | ComputeMixedArea (const PointType &iP1, const PointType &iP2, const PointType &iP3) |
|
static VectorType | ComputeNormal (const PointType &iA, const PointType &iB, const PointType &iC) |
|
static CoordRepType | Cotangent (const PointType &iA, const PointType &iB, const PointType &iC) |
|
static bool | IsObtuse (const PointType &iA, const PointType &iB, const PointType &iC) |
|