Home
last modified time | relevance | path

Searched refs:edgeTolerance (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/quesa/quesa-1.8/APIincludes/
H A DQuesaPick.h195 float edgeTolerance; member
230 float edgeTolerance; member
374 float *edgeTolerance
410 float edgeTolerance
/dports/graphics/quesa/quesa-1.8/Source/Core/Glue/
H A DQD3DPick.c236 Q3Pick_GetEdgeTolerance(TQ3PickObject pick, float *edgeTolerance) in Q3Pick_GetEdgeTolerance() argument
242 Q3_REQUIRE_OR_RESULT(Q3_VALID_PTR(edgeTolerance), kQ3Failure); in Q3Pick_GetEdgeTolerance()
263 return(E3Pick_GetEdgeTolerance(pick, edgeTolerance)); in Q3Pick_GetEdgeTolerance()
311 Q3Pick_SetEdgeTolerance(TQ3PickObject pick, float edgeTolerance) in Q3Pick_SetEdgeTolerance() argument
337 return(E3Pick_SetEdgeTolerance(pick, edgeTolerance)); in Q3Pick_SetEdgeTolerance()
/dports/graphics/quesa/quesa-1.8/Source/Core/System/
H A DE3Pick.c1150 E3Pick_GetEdgeTolerance(TQ3PickObject thePick, float *edgeTolerance)
1158 *edgeTolerance = instanceData->data.windowPointData.edgeTolerance ;
1161 *edgeTolerance = instanceData->data.worldRayData.edgeTolerance ;
1164 *edgeTolerance = 0.0f ;
1205 E3Pick_SetEdgeTolerance(TQ3PickObject thePick, float edgeTolerance)
1213 instanceData->data.windowPointData.edgeTolerance = edgeTolerance;
1216 instanceData->data.worldRayData.edgeTolerance = edgeTolerance;
H A DE3Pick.h77 TQ3Status E3Pick_GetEdgeTolerance(TQ3PickObject thePick, float *edgeTolerance);
79 TQ3Status E3Pick_SetEdgeTolerance(TQ3PickObject thePick, float edgeTolerance);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp1011 double edgeTolerance = 4.0; in HitTest() local
1018 if ((y >= y1 - edgeTolerance) && (y <= y1 + edgeTolerance)) in HitTest()
1020 if ((y <= y2 + edgeTolerance) && (y >= y2 - edgeTolerance)) in HitTest()
1026 if ((x >= x1 - edgeTolerance) && (x <= x1 + edgeTolerance)) in HitTest()
1028 if ((x <= x2 + edgeTolerance) && (x >= x2 - edgeTolerance)) in HitTest()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp1011 double edgeTolerance = 4.0; in HitTest() local
1018 if ((y >= y1 - edgeTolerance) && (y <= y1 + edgeTolerance)) in HitTest()
1020 if ((y <= y2 + edgeTolerance) && (y >= y2 - edgeTolerance)) in HitTest()
1026 if ((x >= x1 - edgeTolerance) && (x <= x1 + edgeTolerance)) in HitTest()
1028 if ((x <= x2 + edgeTolerance) && (x >= x2 - edgeTolerance)) in HitTest()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp1011 double edgeTolerance = 4.0; in HitTest() local
1018 if ((y >= y1 - edgeTolerance) && (y <= y1 + edgeTolerance)) in HitTest()
1020 if ((y <= y2 + edgeTolerance) && (y >= y2 - edgeTolerance)) in HitTest()
1026 if ((x >= x1 - edgeTolerance) && (x <= x1 + edgeTolerance)) in HitTest()
1028 if ((x <= x2 + edgeTolerance) && (x >= x2 - edgeTolerance)) in HitTest()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp1011 double edgeTolerance = 4.0; in HitTest() local
1018 if ((y >= y1 - edgeTolerance) && (y <= y1 + edgeTolerance)) in HitTest()
1020 if ((y <= y2 + edgeTolerance) && (y >= y2 - edgeTolerance)) in HitTest()
1026 if ((x >= x1 - edgeTolerance) && (x <= x1 + edgeTolerance)) in HitTest()
1028 if ((x <= x2 + edgeTolerance) && (x >= x2 - edgeTolerance)) in HitTest()
/dports/graphics/quesa/quesa-1.8/Source/Core/Geometry/
H A DE3GeometryLine.c382 if (d <= pickData.edgeTolerance)
517 if (d <= pickData.edgeTolerance)
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMTypes.h1043 int edgeTolerance; member
1051 fprintf(file, "%i %i %i", edgeTolerance, isEdgeReversed, geometricContinuity); in write()