Exemple #1
0
func (wc World) Vec3() vmath.Vec3 {
	return vmath.Vec3(wc)
}
Exemple #2
0
func (d Direction) Vec3() vmath.Vec3 {
	return vmath.Vec3(d)
}