Пример #1
0
	VecType2 bottomRight() const { return position.xy() + size.xy(); }
Пример #2
0
	VecType2 topRight() const { return position.xy() + VecType2(size.x, 0); }
Пример #3
0
	VecType2 bottomLeft() const { return position.xy() + VecType2(0, size.y);}
Пример #4
0
 VecType2 topLeft() const { return position.xy(); }