# File lib/eymiha/math3/point3c.rb, line 115
def
s_radius
Math
.
sqrt
((
x
**
2
)
+
(
y
**
2
)
+
(
z
**
2
))
end