コード例 #1
0
ファイル: coords.go プロジェクト: yeerkkiller1/buildblast
func (wc World) Vec3() vmath.Vec3 {
	return vmath.Vec3(wc)
}
コード例 #2
0
ファイル: coords.go プロジェクト: yeerkkiller1/buildblast
func (d Direction) Vec3() vmath.Vec3 {
	return vmath.Vec3(d)
}