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