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