Home
last modified time | relevance | path

Searched defs:pointInTriangle (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/octave-forge-geometry/geometry-4.0.0/src/
H A Dutilities.h37 inline bool pointInTriangle (const Segment& s, Point& o, Point& p) in pointInTriangle() function
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbTesselator.cpp483 SbBool SbTesselator::PImpl::pointInTriangle(Vertex * pt, Vertex * t) in pointInTriangle() function in SbTesselator::PImpl
547 SbBool SbTesselator::PImpl::pointInTriangle(Vertex * pt, Vertex * v0, Vertex * v1, Vertex * v2) in pointInTriangle() function in SbTesselator::PImpl
567 SbBool SbTesselator::PImpl::pointInTriangle(Vertex * pt, Vertex * t) in pointInTriangle() function in SbTesselator::PImpl
/dports/games/scorched3d/scorched/src/common/common/
H A DTriangle.cpp95 bool Triangle::pointInTriangle(const Vector &pt) in pointInTriangle() function in Triangle
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editsegment/
H A Deditsegment.cpp119 inline bool pointInTriangle(const QPointF &p, const QPointF &a, in pointInTriangle() function
129 inline bool pointInTriangle(const float p_x, const float p_y, const float a_x, in pointInTriangle() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp182 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3 &normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp173 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3 &normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp174 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3 &normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp189 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3& normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp189 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3& normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp206 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3 &normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp182 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3 &normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp189 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3& normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp189 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3& normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp189 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3& normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.cpp189 bool SphereTriangleDetector::pointInTriangle(const btVector3 vertices[], const btVector3& normal, b… in pointInTriangle() function in SphereTriangleDetector
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editrgbtri/
H A DinteractiveEdit.cpp102 inline bool pointInTriangle(const QPointF &p, const QPointF &a, in pointInTriangle() function
113 inline bool pointInTriangle(const float p_x, const float p_y, const float a_x, in pointInTriangle() function
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_paint/
H A Dedit_paint.h459 inline bool pointInTriangle(const float p_x, const float p_y, const float a_x, const float a_y, in pointInTriangle() function
472 inline bool pointInTriangle(const QPointF &p, const QPointF &a, const QPointF &b, const QPointF &c) in pointInTriangle() function
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_paint/
H A Dedit_paint.h447 inline bool pointInTriangle(const float p_x,const float p_y,const float a_x,const float a_y, in pointInTriangle() function
460 inline bool pointInTriangle(const QPointF &p,const QPointF &a,const QPointF &b,const QPointF &c) in pointInTriangle() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsQuad.cpp14 static bool pointInTriangle(const SkDPoint fPts[3], const SkDPoint& test) { in pointInTriangle() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkPathOpsQuad.cpp14 static bool pointInTriangle(const SkDPoint fPts[3], const SkDPoint& test) { in pointInTriangle() function
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-perspective-envelope.cpp80 bool pointInTriangle(Geom::Point const &p, std::vector<Geom::Point> points) in pointInTriangle() function
H A Dlpe-copy_rotate.cpp50 pointInTriangle(Geom::Point const &p, Geom::Point const &p1, Geom::Point const &p2, Geom::Point con… in pointInTriangle() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsQuad.cpp15 static bool pointInTriangle(const SkDPoint fPts[3], const SkDPoint& test) { in pointInTriangle() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsQuad.cpp15 static bool pointInTriangle(const SkDPoint fPts[3], const SkDPoint& test) { in pointInTriangle() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkPathOpsQuad.cpp15 static bool pointInTriangle(const SkDPoint fPts[3], const SkDPoint& test) { in pointInTriangle() function

12