Versions in this module Expand all Collapse all v0 v0.0.2 Jul 10, 2018 Changes in this version + func Segment(lhs Vec3, rhs Vec3) float64 + type Vec2 struct + X float64 + Y float64 + type Vec3 struct + X float64 + Y float64 + Z float64 + func (v *Vec3) Add(p Vec3) + func (v *Vec3) MoveReference(lhs Vec3, rhs Vec3)