Home
last modified time | relevance | path

Searched defs:TriangleArea (Results 1 – 13 of 13) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkTriangle.h289 inline double vtkTriangle::TriangleArea(double p1[3], double p2[3], double p3[3]) in TriangleArea() function
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkTriangle.h291 inline double vtkTriangle::TriangleArea(const double p1[3], const double p2[3], const double p3[3]) in TriangleArea() function
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkTriangle.h252 inline double vtkTriangle::TriangleArea(double p1[3], double p2[3], double p3[3]) in TriangleArea() function
/dports/math/p5-Math-Geometry-Planar/Math-Geometry-Planar-1.18/
H A DPlanar.pm436 sub TriangleArea { subroutine
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/view3d/
H A DTriangleUtil.c308 double TriangleArea( Geometry_t *Geometry ) in TriangleArea() function
/dports/math/pdal/PDAL-2.3.0/vendor/kazhdan/
H A DSurfaceTrimmer.h60 double TriangleArea( Point3D< Real > v1 , Point3D< Real > v2 , in TriangleArea() function
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DSurfaceTrimmer.cpp268 double TriangleArea( Point3D< Real > v1 , Point3D< Real > v2 , Point3D< Real > v3 ) in TriangleArea() function
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DSurfaceTrimmer.cpp270 double TriangleArea( Point3D< Real > v1 , Point3D< Real > v2 , Point3D< Real > v3 ) in TriangleArea() function
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/geometry/
H A DWinding.cpp1448 float idWinding::TriangleArea( const idVec3 &a, const idVec3 &b, const idVec3 &c ) { in TriangleArea() function in idWinding
/dports/math/vtk8/VTK-8.2.0/Filters/Verdict/
H A DvtkMeshQuality.cxx854 double vtkMeshQuality::TriangleArea( vtkCell* cell ) in TriangleArea() function in vtkMeshQuality
/dports/math/vtk9/VTK-9.1.0/Filters/Verdict/
H A DvtkMeshQuality.cxx821 double vtkMeshQuality::TriangleArea(vtkCell* cell) in TriangleArea() function in vtkMeshQuality
/dports/math/vtk6/VTK-6.2.0/Filters/Verdict/
H A DvtkMeshQuality.cxx854 double vtkMeshQuality::TriangleArea( vtkCell* cell ) in TriangleArea() function in vtkMeshQuality
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_sample.c3903 TriangleArea(float **points, int pDim) in TriangleArea() function