From 32e2eed2a003c9be98f344ae70248139162b6969 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 8 May 2024 18:37:48 +0200 Subject: Add a few comments --- lib/components/triple_amplitude.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/components/triple_amplitude.js') 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) { -- cgit