summaryrefslogtreecommitdiff
path: root/dat.go
diff options
context:
space:
mode:
Diffstat (limited to 'dat.go')
-rw-r--r--dat.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/dat.go b/dat.go
index 042d848..e0ac123 100644
--- a/dat.go
+++ b/dat.go
@@ -7,9 +7,6 @@ import (
"strings"
)
-type Vertex struct{ X, Y, Z float64 }
-type Patch []Vertex
-
func parseVertex(s string) []float64 {
f := strings.Split(s, ",")
p := make([]float64, len(f))