-
Notifications
You must be signed in to change notification settings - Fork 0
class_circleshape2d
reduz edited this page Feb 23, 2014
·
10 revisions
Inherits: shape2d\ Category: Core\
Circular Shape for 2D Physics.
- void #set_radius( real radius )
- real #get_radius(****) const
Circular Shape for 2D Physics. This shape is useful for modelling balls or small characters and it's collision detection with everything else is very fast.
== set_radius ==
- void #set_radius( real radius ) \ Set the radius of the circle shape; == get_radius ==
- real #get_radius(****) const \ Return the radius of the circle shape.