Commented out Frenet Frames method (not really needed)

This commit is contained in:
Richard Davey 2017-09-21 02:03:54 +01:00
parent 9ec7a52dcc
commit 10c58f8e05

View file

@ -235,6 +235,7 @@ var Curve = new Class({
return this.getTangent(t, out);
},
/*
computeFrenetFrames: function (segments, closed)
{
// see http://www.cs.indiana.edu/pub/techreports/TR425.pdf
@ -344,6 +345,7 @@ var Curve = new Class({
binormals: binormals
};
}
*/
});