hgeRect::SetRadius
Sets up bounding box, based on it's center coordinates and radius.
void SetRadius(
float x,
float y,
float r
);
Parameters
- x
- The bounding box center X-coordinate.
- y
- The bounding box center Y-coordinate.
- r
- The bounding box radius.
Requirements
Header: hgerect.h
See also
Set
|