Home
last modified time | relevance | path

Searched refs:pMinuso2 (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DUnitTestTriangleIntersection.cxx193 double pMinuso2[3]; in GeneratePointInHalfPlane() local
194 vtkMath::Subtract(p, o2, pMinuso2); in GeneratePointInHalfPlane()
196 if (vtkMath::Dot(n2, pMinuso2) < 0.) in GeneratePointInHalfPlane()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DUnitTestTriangleIntersection.cxx206 double pMinuso2[3]; in GeneratePointInHalfPlane() local
207 vtkMath::Subtract( p, o2, pMinuso2 ); in GeneratePointInHalfPlane()
209 if ( vtkMath::Dot( n2, pMinuso2 ) < 0. ) in GeneratePointInHalfPlane()