# File lib/eymiha/math3/envelope3.rb, line 68 def high raise_no_envelope if @count == 0 (@high ||= Point3.new).set @x.high, @y.high, @z.high end