<?xml version="1.0"?>
<part>
	<!-- THIS IS THE HALF RAIL CURVE -->
	<!-- The margin of this part in stud for snaping on the grid, relative to the bitmap -->
	<SnapMargin>
		<left>0.5</left>
		<right>0.7</right>
		<top>0</top>
		<bottom>1.3125</bottom>
	</SnapMargin>
	<!-- list of connexion point (assuming that this part can connect to another one), the position of the connexion is in stud coord and relative to the origine defined above) -->
	<ConnexionList>
		<!-- the center of this part in stud is x = 76 pix / 8 pixperstud / 2 = 4.75    and    y = 71 / 8 / 2 = 4.4375 -->		
		<connexion>
			<!-- type of connexion (0=none, 1=rail, 2=road, 3=monorail standard, 4=monorail short curve) -->
			<type>1</type>
			<position>
				<x>-4.25</x>
				<y>-0.4375</y>
			</position>
			<angle>180</angle>
			<angleToPrev>191.25</angleToPrev> <!-- how much angle between this connection and the prev one in this circular list -->
			<angleToNext>168.75</angleToNext> <!-- how much angle between this connection and the next one in this circular list -->
			<nextConnexionPreference>1</nextConnexionPreference> <!-- index (0-based) in that list for connecting the next part -->
		</connexion>
		<connexion>
			<!-- type of connexion (0=none, 1=rail, 2=road, 3=monorail standard, 4=monorail short curve) -->
			<type>1</type>
			<position>
				<x>3.5536</x>	<!-- x = pos1x + 40 * sin(11.25) because 40 is the radius in stud of the middle line of a 9V turn (for a quarter of circle) -->
				<y>0.3311</y>	<!-- y = pos1y + 40 * (1 - cos(11.25)) because 40 is the radius in stud of the middle line of a 9V turn (for a quarter of circle) -->
			</position>
			<angle>11.25</angle>
			<angleToPrev>168.75</angleToPrev> <!-- how much angle between this connection and the prev one in this circular list -->
			<angleToNext>191.25</angleToNext> <!-- how much angle between this connection and the next one in this circular list -->
			<nextConnexionPreference>0</nextConnexionPreference> <!-- index (0-based) in that list for connecting the next part -->
		</connexion>
	</ConnexionList>
	<hull>
		<point>
			<x>0</x>
			<y>0</y>
		</point>
		<point>
			<x>73</x>
			<y>6</y>
		</point>
		<point>
			<x>75</x>
			<y>19</y>
		</point>
		<point>
			<x>67</x>
			<y>60</y>
		</point>
		<point>
			<x>62</x>
			<y>69</y>
		</point>
		<point>
			<x>0</x>
			<y>64</y>
		</point>
	</hull>
</part>