Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaputil.c1206 double dfSecondPointM = 0; in msGetPointUsingMeasure() local
1231 dfSecondPointM = line.point[j].m; in msGetPointUsingMeasure()
1258 if (dfFirstPointM != dfSecondPointM) in msGetPointUsingMeasure()
1259 dfFactor = (m-dfFirstPointM)/(dfSecondPointM - dfFirstPointM); in msGetPointUsingMeasure()
1269 (dfFactor * (dfSecondPointM - dfFirstPointM)); in msGetPointUsingMeasure()