Home
last modified time | relevance | path

Searched defs:PlaneEquation (Results 1 – 19 of 19) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DPrimitive.hpp30 struct PlaneEquation // z = A * x + B * y + C struct
32 float4 A;
33 float4 B;
34 float4 C;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DPrimitive.hpp30 struct PlaneEquation // z = A * x + B * y + C struct
32 float4 A;
33 float4 B;
34 float4 C;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DPrimitive.hpp42 struct PlaneEquation // z = A * x + B * y + C struct
44 float4 A;
45 float4 B;
46 float4 C;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Device/
H A DPrimitive.hpp42 struct PlaneEquation // z = A * x + B * y + C struct
44 float4 A;
45 float4 B;
46 float4 C;
/dports/games/irrlamb/irrlamb-1.0.1/src/OPCODE/Ice/
H A DIceIndexedTriangle.h71 …inline_ Plane PlaneEquation(const Point* verts) const { return Plane(verts[mVRef[0]], ve… in PlaneEquation() function
H A DIceTriangle.h57 inline_ Plane PlaneEquation() const { return Plane(mVerts[0], mVerts[1], mVerts[2]); } in PlaneEquation() function
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/OPCODE/Ice/
H A DIceIndexedTriangle.h71 …inline_ Plane PlaneEquation(const Point* verts) const { return Plane(verts[mVRef[0]], ve… in PlaneEquation() function
H A DIceTriangle.h57 inline_ Plane PlaneEquation() const { return Plane(mVerts[0], mVerts[1], mVerts[2]); } in PlaneEquation() function
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/OPCODE/Ice/
H A DIceIndexedTriangle.h71 …inline_ Plane PlaneEquation(const Point* verts) const { return Plane(verts[mVRef[0]], ve… in PlaneEquation() function
H A DIceTriangle.h57 inline_ Plane PlaneEquation() const { return Plane(mVerts[0], mVerts[1], mVerts[2]); } in PlaneEquation() function
/dports/devel/ode/ode-0.13/OPCODE/Ice/
H A DIceIndexedTriangle.h71 …inline_ Plane PlaneEquation(const Point* verts) const { return Plane(verts[mVRef[0]], ve… in PlaneEquation() function
H A DIceTriangle.h57 inline_ Plane PlaneEquation() const { return Plane(mVerts[0], mVerts[1], mVerts[2]); } in PlaneEquation() function
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/opcode/Ice/
H A DIceIndexedTriangle.h67 …inline_ Plane PlaneEquation(const Point* verts) const { return Plane(verts[mVRef[0]], ve… in PlaneEquation() function
H A DIceTriangle.h57 inline_ Plane PlaneEquation() const { return Plane(mVerts[0], mVerts[1], mVerts[2]); } in PlaneEquation() function
/dports/cad/opencascade/opencascade-7.6.0/src/Intf/
H A DIntf.cxx26 void Intf::PlaneEquation (const gp_Pnt& P1, in PlaneEquation() function in Intf
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPlanesIntersection.cxx568 void vtkPlanesIntersection::PlaneEquation(double *n, double *x, double *p) in PlaneEquation() function in vtkPlanesIntersection
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPlanesIntersection.cxx564 void vtkPlanesIntersection::PlaneEquation(double* n, double* x, double* p) in PlaneEquation() function in vtkPlanesIntersection
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkPlanesIntersection.cxx554 void vtkPlanesIntersection::PlaneEquation(double *n, double *x, double *p) in PlaneEquation() function in vtkPlanesIntersection
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_Polyhedron.cxx535 void IntPatch_Polyhedron::PlaneEquation (const Standard_Integer Triang, in PlaneEquation() function in IntPatch_Polyhedron