Skip to content

class_capsuleshape

reduz edited this page Feb 23, 2014 · 10 revisions

CapsuleShape

#####Inherits: Shape

Brief Description

Capsule shape resource.

Member Functions

Description

Capsule shape resource, which can be set into a physicsbody or area.

Member Function Description

  • void set_radius ( real radius )

Set the capsule radius.

  • real get_radius ( ) const

Return the capsule radius.

  • void set_height ( real height )

Set the capsule height.

  • real get_height ( ) const

Return the capsule height.

Clone this wiki locally