X-Git-Url: https://git.r.bdr.sh/rbdr/lissajous/blobdiff_plain/2b9badac1345c865c34097bc5d1699329b53fdc8..HEAD:/lib/components/radius.js?ds=inline diff --git a/lib/components/radius.js b/lib/components/radius.js index 2aa29a8..0efd094 100644 --- a/lib/components/radius.js +++ b/lib/components/radius.js @@ -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) {