Skip to navigation

Revs on the BBC Micro

Track data: zTrackSignVector

Name: zTrackSignVector [Show more] Type: Variable Category: Track data Summary: The z-coordinate of the track sign vector for each sign, to be scaled and added to the inner track section vector for the sign Deep dive: The track data file format The Silverstone track
Context: See this variable in context in the source code References: No direct references to this variable in this source file
EQUB 108 \ Sign 0 = (-10 << 6, 8 << 4, 108 << 6) + section 0 EQUB 4 \ Sign 1 = ( -8 << 6, 8 << 4, 4 << 6) + section 2 EQUB 27 \ Sign 2 = ( 82 << 6, 8 << 4, 27 << 6) + section 3 EQUB 3 \ Sign 3 = (-78 << 6, 8 << 4, 3 << 6) + section 5 EQUB 8 \ Sign 4 = ( 7 << 6, 0 << 4, 8 << 6) + section 7 EQUB 75 \ Sign 5 = ( -4 << 6, 18 << 4, 75 << 6) + section 9 EQUB 63 \ Sign 6 = (-39 << 6, 17 << 4, 63 << 6) + section 12 EQUB 14 \ Sign 7 = ( 40 << 6, 8 << 4, 14 << 6) + section 14 EQUB -1 \ Sign 8 = ( -5 << 6, 8 << 4, -1 << 6) + section 14 EQUB -79 \ Sign 9 = (-51 << 6, -16 << 4, -79 << 6) + section 14 EQUB 53 \ Sign 10 = ( 39 << 6, -20 << 4, 53 << 6) + section 18 EQUB -16 \ Sign 11 = ( 23 << 6, 12 << 4, -16 << 6) + section 19 EQUB -59 \ Sign 12 = ( 48 << 6, 22 << 4, -59 << 6) + section 20 EQUB -16 \ Sign 13 = ( -6 << 6, 4 << 4, -16 << 6) + section 21 EQUB -57 \ Sign 14 = (-46 << 6, -16 << 4, -57 << 6) + section 22 EQUB 36 \ Sign 15 = ( 0 << 6, 8 << 4, 36 << 6) + section 23