Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h483 return myLengthGeometryFactor; in getLengthGeometryFactor()
494 return lanePos * myLengthGeometryFactor; in interpolateLanePosToGeometryPos()
506 return geometryPos / myLengthGeometryFactor; in interpolateGeometryPosToLanePos()
1383 const double myLengthGeometryFactor; variable
H A DMSLane.cpp196myLengthGeometryFactor(MAX2(POSITION_EPS, myShape.length()) / myLength), // factor should not be 0 in MSLane()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUILane.cpp1113 return myEdge->isWalkingArea() ? 1 : 1 / myLengthGeometryFactor; in getColorValue()
1225 return 1 / myLengthGeometryFactor; in getScaleValue()