]> git.r.bdr.sh - rbdr/lissajous/blobdiff - lib/components/radius.js
Add a few comments
[rbdr/lissajous] / lib / components / radius.js
index 2aa29a83d8a6fdc6f1e62bff94a0cfe77c395628..0efd094ade8bf69719705af4312a7e956a664f1f 100644 (file)
@@ -1,5 +1,8 @@
 import { Component } from '@serpentity/serpentity';
 
+/**
+  * Stores the radius of a circle or sphere
+  */
 export default class Radius extends Component {
   constructor(config) {