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