package model type Vector struct { X float64 Y float64 Z float64 }