# File lib/eymiha/math3/point3.rb, line 85
    def point3s(point3s=nil,point3=self)
      (point3s ||= Point3s.new).set(point3.s_radius,point3.theta,point3.phi)
    end