Method: Point3D#-

Defined in:
lib/cem/cruzzles.rb

#-(other) ⇒ Object



613
# File 'lib/cem/cruzzles.rb', line 613

def -(other) Point3D.new(x - other.x, y - other.y, z - other.z) end