Skip to content

Commit 10c58f8

Browse files
committed
Commented out Frenet Frames method (not really needed)
1 parent 9ec7a52 commit 10c58f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

v3/src/paths/curves/Curve.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ var Curve = new Class({
235235
return this.getTangent(t, out);
236236
},
237237

238+
/*
238239
computeFrenetFrames: function (segments, closed)
239240
{
240241
// see http://www.cs.indiana.edu/pub/techreports/TR425.pdf
@@ -344,6 +345,7 @@ var Curve = new Class({
344345
binormals: binormals
345346
};
346347
}
348+
*/
347349

348350
});
349351

0 commit comments

Comments
 (0)