My past as a filthy foreigner haunts me.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@361 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -53,7 +53,7 @@ public class HermiteFunc extends InterpFunc
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get the derivate of this function at a point. */
|
/** Get the derivative of this function at a point. */
|
||||||
public function getSlope (t :Number) :int
|
public function getSlope (t :Number) :int
|
||||||
{
|
{
|
||||||
if (t >= 1 || t < 0) { // cope with a funny startOffset
|
if (t >= 1 || t < 0) { // cope with a funny startOffset
|
||||||
|
|||||||
Reference in New Issue
Block a user