package model type Vector struct { X float64 `bson:"x"` Y float64 `bson:"y"` Z float64 `bson:"z"` }