613
# File 'lib/cem/cruzzles.rb', line 613 def -(other) Point3D.new(x - other.x, y - other.y, z - other.z) end