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