# File lib/eymiha/math3/point3.rb, line 101
def
c_radius
Math
.
sqrt
((
@x
*
@x
)
+
(
@y
*
@y
))
end