Exemplo n.º 1
0
	VecType2 bottomRight() const { return position.xy() + size.xy(); }
Exemplo n.º 2
0
	VecType2 topRight() const { return position.xy() + VecType2(size.x, 0); }
Exemplo n.º 3
0
	VecType2 bottomLeft() const { return position.xy() + VecType2(0, size.y);}
Exemplo n.º 4
0
 VecType2 topLeft() const { return position.xy(); }