package engine type ZPos float64 func (z ZPos) Z() float64 { return float64(z) }