Versions in this module Expand all Collapse all v0 v0.1.0 Mar 14, 2019 Changes in this version + func CheckConvex(g1, g2 *geometry.Geometry) bool + type Contact struct + Depth float32 + Normal math32.Vector3 + Point math32.Vector3 + type Matrix [][]bool + func NewMatrix() Matrix + func (m *Matrix) Get(i, j int) bool + func (m *Matrix) Reset() + func (m *Matrix) Set(i, j int, val bool)