Versions in this module Expand all Collapse all v0 v0.6.5 Feb 5, 2020 v0.6.3 Feb 5, 2020 Changes in this version + type Box struct + Max Vec + Min Vec + type Vec struct + X float64 + Y float64 + func (p Vec) Add(q Vec) Vec + func (p Vec) Scale(f float64) Vec + func (p Vec) Sub(q Vec) Vec