]>
git.r.bdr.sh - rbdr/lissajous/blob - lib/components/triple_amplitude.js
376c321d478f3bc51810a884f85f3f1d19762969
1 import { Component
} from '@serpentity/serpentity';
3 export default class TripleAmplitude
extends Component
{
8 this.a
= this.a
|| Math
.random();
9 this.b
= this.b
|| Math
.random();
10 this.c
= this.c
|| Math
.random();