diff options
Diffstat (limited to 'lib/components/triple_phase.js')
| -rw-r--r-- | lib/components/triple_phase.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/components/triple_phase.js b/lib/components/triple_phase.js index 66b874b..99416d2 100644 --- a/lib/components/triple_phase.js +++ b/lib/components/triple_phase.js @@ -1,5 +1,8 @@ import { Component } from '@serpentity/serpentity'; +/** + * Stores three values of phase, intended for a 3D parametric curve. + */ export default class TriplePhase extends Component { constructor(config) { |