mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 22:48:34 +00:00
Commented out Frenet Frames method (not really needed)
This commit is contained in:
parent
9ec7a52dcc
commit
10c58f8e05
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
*/
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue