Esempio n. 1
0
File: atlas.go Progetto: andrebq/exp
func divideVectorBy(v *glm.Vector2, x, y float32) {
	v.X = v.X / x
	v.Y = v.Y / y
}