6 lines
83 B
Go
6 lines
83 B
Go
|
package engine
|
||
|
|
||
|
type ZPos float64
|
||
|
|
||
|
func (z ZPos) Z() float64 { return float64(z) }
|