It's a bit counterintuitive that nothing in nenya/build.xml actually looks at all the ActionScript files... I keep forgetting.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@328 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -44,7 +44,7 @@ public class HermiteFunc extends InterpFunc
|
|||||||
return _p0;
|
return _p0;
|
||||||
} else {
|
} else {
|
||||||
var tt :Number = t*t;
|
var tt :Number = t*t;
|
||||||
var ttt :Number = t2 * t;
|
var ttt :Number = tt * t;
|
||||||
|
|
||||||
return int(_p0 * (2*ttt - 3*tt + 1) +
|
return int(_p0 * (2*ttt - 3*tt + 1) +
|
||||||
_m0 * (ttt - 2*tt + t) +
|
_m0 * (ttt - 2*tt + t) +
|
||||||
|
|||||||
Reference in New Issue
Block a user