mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Renamed BezierCurve:eval to BezierCurve:evaluate (resolves issue #722)
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
* Evaluates the curve at time t.
|
||||
* @param t Curve parameter, must satisfy 0 <= t <= 1.
|
||||
**/
|
||||
Vector eval(double t) const;
|
||||
Vector evaluate(double t) const;
|
||||
|
||||
/**
|
||||
* Renders the curve by subdivision.
|
||||
|
||||
Reference in New Issue
Block a user