# File lib/eymiha/math3/point3c.rb, line 120
def
phi
m
=
s_radius
(
m
==
0
)
?
0
:
Math
.
acos
(
z
/
m
)
end