Exemplo n.º 1
0
func expectApproxEqual2D(t *testing.T, v1, v2 mgl32.Vec2) {
	assert.True(t, v1.ApproxEqualThreshold(v2, 0.001), fmt.Sprintf("Expected %v to approx equal %v", v1, v2))
}