]> git.nickg.me.uk Git - traingame.git/commit
Add a new BezierCurve::uniform function which has linear arc length behaviour
authorNick Gasson <nick@nickg.me.uk>
Sun, 10 Apr 2011 15:02:55 +0000 (16:02 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sun, 10 Apr 2011 15:02:55 +0000 (16:02 +0100)
commitf1367ba2fdf4eb820e3db04eb113822780064e4d
treee048297b4b6279c7cb06c20ddec11853ff77ed83
parent4df96acf3b42eb117c3b30db38894fb6bb791922
Add a new BezierCurve::uniform function which has linear arc length behaviour

This improves the animation of train moving along curves.
include/BezierCurve.hpp
src/GenTrack.cpp
src/Points.cpp
src/SlopeTrack.cpp