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