Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 831 Bytes

File metadata and controls

25 lines (17 loc) · 831 Bytes

CircleShape2D

####Inherits: Shape2D ####Category: Core

Brief Description

Circular Shape for 2D Physics.

Member Functions

Description

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.

Member Function Description

  • void set_radius ( real radius )

Set the radius of the circle shape;

  • real get_radius ( ) const

Return the radius of the circle shape.