aboutsummaryrefslogtreecommitdiff
path: root/lib/components/radius.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components/radius.js')
-rw-r--r--lib/components/radius.js3
1 files changed, 3 insertions, 0 deletions
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) {