Skip to navigation


Drawing the track: vergeEdgeInOut

Name: vergeEdgeInOut [Show more] Type: Variable Category: Drawing the track Summary: Table for mapping the verge tables to the outer and inner edges of the verge marks
Context: See this variable in context in the source code References: This variable is used as follows: * DrawVergeEdge uses vergeEdgeInOut
.vergeEdgeInOut EQUB 16 \ leftVergeStart is an outer edge of the verge mark EQUB 0 \ leftTrackStart is an inner edge of the verge mark EQUB 0 \ rightVergeStart is an inner edge of the verge mark EQUB 16 \ rightGrassStart is an outer edge of the verge mark