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