Method: CP::Shape#e

Defined in:
ext/chipmunk/rb_cpShape.c

#eObject



150
151
152
153
# File 'ext/chipmunk/rb_cpShape.c', line 150

static VALUE
rb_cpShapeGetElasticity(VALUE self) {
  return rb_float_new(SHAPE(self)->e);
}