# Points data for bezier curves
# FORMAT
# <Point type> <representing curve type> <Bezier curve control points> <> <t value>
#
# Point type = 'r' (rational)
# Point type = 'a' (algebraic)
# We need the bezier curve (not polycurve) to contruct a bezier point.
#
# Point ID: 0
r c 4 0 0 500 200 100 200 900 0 0.5
# Point ID: 1
r c 4 900 0 1200 600 1500 400 900 600 0.3
# Point id: 2
r c 4 0 0 100 200 500 200 900 0 0.0
# Point id: 3
r c 4 900 0 1200 300 1500 400 2000 450 1.0
# Point id: 4
r c 4 2000 450 2100 300 2200 200 2300 450 0.0
# Point id: 5
r c 4 2300 450 2500 500 2800 600 3000 450 1.0
# Point id: 6
r c 4 0 0 100 200 500 200 900 0 0.0
# Point id: 7
r c 4 2300 450 2500 500 2800 600 3000 450 1.0