Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | StatementList[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 182 | Closure/closure/goog/math/bezier.js |
2 | 5 | 218 | Closure/closure/goog/math/bezier.js |
| ||||
// Step two - from 3 points to 2 ix0= goog.math.lerp(ix0, ix1, t); iy0= goog.math.lerp(iy0, iy1, t); ix1= goog.math.lerp(ix1, ix2, t); iy1= goog.math.lerp(iy1, iy2, t); |
| ||||
// Step two - from 3 points to 2 ix0= goog.math.lerp(ix0, ix1, t); iy0= goog.math.lerp(iy0, iy1, t); ix1= goog.math.lerp(ix1, ix2, t); iy1= goog.math.lerp(iy1, iy2, t); |
| |||
// Step two - from 3 points to 2 ix0=goog.math.lerp(ix0,ix1,t); iy0=goog.math.lerp(iy0,iy1,t); ix1=goog.math.lerp(ix1,ix2,t); iy1=goog.math.lerp(iy1,iy2,t); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |