# File lib/eymiha/math3/point3s.rb, line 106 def point3c(point3c=nil,point3s=self) (point3c ||= Point3c.new).set(point3s.c_radius,point3s.theta,point3s.z) end