コード例 #1
0
ファイル: portal.go プロジェクト: GlenKelley/portal
func NearZero(v glm.Vec3d) bool {
	return v.ApproxEqual(glm.Vec3d{})
}