Home
last modified time | relevance | path

Searched refs:pointInScene (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkPiecewisePointHandleItem.cxx150 double pointInScene[2]; in Paint() local
152 sceneTransform->TransformPoints(point, pointInScene, 1); in Paint()
155 translation->Translate(pointInScene[0], pointInScene[1]); in Paint()
199 double blxdistance = fabs(pointInScene[0]-screenBLPos[0])-fDistance*2.0; in Paint()
200 double blydistance = fabs(pointInScene[1]-screenBLPos[1])-fDistance*2.0; in Paint()
201 double trxdistance = fabs(pointInScene[0]-screenTRPos[0])-fDistance*2.0; in Paint()
202 double trydistance = fabs(pointInScene[1]-screenTRPos[1])-fDistance*2.0; in Paint()
210 currentIdx,enSharpNess, curSharp, trydistance, pointInScene); in Paint()
212 currentIdx,enMidPoint, curMid, trxdistance, pointInScene); in Paint()
214 preIdx,enSharpNess, preSharp, blydistance, pointInScene); in Paint()
[all …]
H A DvtkControlPointsItem.cxx519 double pointInScene[2]; in DrawPoint() local
521 sceneTransform->TransformPoints(point, pointInScene, 1); in DrawPoint()
525 translation->Translate(pointInScene[0], pointInScene[1]); in DrawPoint()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkPiecewisePointHandleItem.cxx151 vtkVector2f pointInScene; in Paint() local
153 sceneTransform->TransformPoints(screenPoint.GetData(), pointInScene.GetData(), 1); in Paint()
156 translation->Translate(pointInScene[0], pointInScene[1]); in Paint()
200 double blxdistance = fabs(pointInScene[0] - blPosScreen[0]) - fDistance * 2.0; in Paint()
201 double blydistance = fabs(pointInScene[1] - blPosScreen[1]) - fDistance * 2.0; in Paint()
202 double trxdistance = fabs(pointInScene[0] - trPosScreen[0]) - fDistance * 2.0; in Paint()
203 double trydistance = fabs(pointInScene[1] - trPosScreen[1]) - fDistance * 2.0; in Paint()
211 currentIdx,enSharpNess, curSharp, trydistance, pointInScene); in Paint()
213 currentIdx,enMidPoint, curMid, trxdistance, pointInScene); in Paint()
215 preIdx,enSharpNess, preSharp, blydistance, pointInScene); in Paint()
[all …]
H A DvtkControlPointsItem.cxx552 double pointInScene[2]; in DrawPoint() local
554 sceneTransform->TransformPoints(point, pointInScene, 1); in DrawPoint()
558 translation->Translate(pointInScene[0], pointInScene[1]); in DrawPoint()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkPiecewisePointHandleItem.cxx144 vtkVector2f pointInScene; in Paint() local
146 sceneTransform->TransformPoints(screenPoint.GetData(), pointInScene.GetData(), 1); in Paint()
149 translation->Translate(pointInScene[0], pointInScene[1]); in Paint()
195 double blxdistance = fabs(pointInScene[0] - blPosScreen[0]) - fDistance * 2.0; in Paint()
196 double blydistance = fabs(pointInScene[1] - blPosScreen[1]) - fDistance * 2.0; in Paint()
197 double trxdistance = fabs(pointInScene[0] - trPosScreen[0]) - fDistance * 2.0; in Paint()
198 double trydistance = fabs(pointInScene[1] - trPosScreen[1]) - fDistance * 2.0; in Paint()
206 enSharpNess, curSharp, trydistance, pointInScene); in Paint()
208 enMidPoint, curMid, trxdistance, pointInScene); in Paint()
210 enSharpNess, preSharp, blydistance, pointInScene); in Paint()
[all …]
H A DvtkControlPointsItem.cxx473 double pointInScene[2]; in DrawPoint() local
475 sceneTransform->TransformPoints(point, pointInScene, 1); in DrawPoint()
478 translation->Translate(pointInScene[0], pointInScene[1]); in DrawPoint()