# File lib/eymiha/math3/math3.rb, line 68 def point3s(s_radius=0, theta=0, phi=0) Point3s.new(s_radius,theta,phi) end