]> git.nickg.me.uk Git - traingame.git/history - include/BezierCurve.hpp
Some changes to get it to build
[traingame.git] / include / BezierCurve.hpp
2011-04-10 Nick GassonUse Vector::length explicitly in Bezier length calculations
2011-04-10 Nick GassonGive BezierCurve::uniform a better name
2011-04-10 Nick GassonSome tweaks to GenTrack curve function
2011-04-10 Nick GassonAdd a new BezierCurve::uniform function which has linea...
2010-06-26 Nick GassonConvert camelCase identifiers to underscores
2010-03-28 Nick GassonCorrect placement of S-bend sleepers
2010-03-27 Nick GassonCompute offsets of Bezier curves to keep rails at const...
2010-03-16 Nick GassonTidy up some float/double conversion warnings
2010-03-02 Nick GassonStart getting the train to go uphill
2010-02-28 Nick GassonMake SlopeTrack work like a proper track segment
2010-02-28 Nick GassonGenerate sloped track
2009-06-13 Nick GassonApproximate the length of a Bezier curve
2009-06-13 Nick GassonCorrect movement along Bezier curves
2009-06-13 Nick GassonUse Bezier curves for curvey bits of points
2009-06-13 Nick GassonSimple implementation of Bezier curves