aboutsummaryrefslogtreecommitdiff
path: root/lib/components/triple_frequency.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components/triple_frequency.js')
-rw-r--r--lib/components/triple_frequency.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/components/triple_frequency.js b/lib/components/triple_frequency.js
index e98410e..a67f1cd 100644
--- a/lib/components/triple_frequency.js
+++ b/lib/components/triple_frequency.js
@@ -1,5 +1,8 @@
import { Component } from '@serpentity/serpentity';
+/**
+ * Stores three values of frequency, intended for a 3D parametric curve.
+ */
export default class TripleFrequency extends Component {
constructor(config) {