# File ../lib/roller/CWRP.rb, line 76 def distance(other) Math.sqrt(((@x - other.x) ** 2) + ((@y - other.y) ** 2) + ((@z - other.z) ** 2)) end