Exemplo n.º 1
0
func (b Speaker) Heard(n *lib.SimNode, m *lib.SimNode, t lib.Torus) bool {
	return t.Explodes(b.R, n.P, m.P)
}