# File lib/eymiha/math3/math3.rb, line 21
  def point3c_like?
    (respond_to? :c_radius)&&(respond_to? :theta)&&(respond_to? :z)
  end