예제 #1
0
파일: gui.cpp 프로젝트: Interstell/courses
Vector2f Gui::getShapeCenter(CircleShape shape) {
	return Vector2f(shape.getGlobalBounds().left + shape.getGlobalBounds().width/2,
		shape.getGlobalBounds().top + shape.getGlobalBounds().height/2);
}