I hope I can clarify my problem.
The centre points represent coordinates. That's fixed
1 int 0 centre X : fp
1 int 4 centre Y : fp
1 int 8 centre Z : fp
The other values are float.
1 float 12 dir X : float
1 float 16 dir Y : float
1 float 20 dir Z : float
1 float 24 limit left : outer limit
1 float 28 limit right : outer limit
1 float 32 drive left : road limit
1 float 36 drive right : road limit
But how do I get out of these float values integer coordinates like the centre coordinates.
If you connect each centre point you get the centre line of the track. But I want to display the road, so I neet the bounding points.
I hope that it's now clear.