# File lib/eymiha/math3/point3.rb, line 60
    def ==(point3)
      (@x == point3.x)&&(@y == point3.y)&&(@z == point3.z)
    end