Method: CP::Shape#e
- Defined in:
- ext/chipmunk/rb_cpShape.c
#e ⇒ Object
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); } |
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); } |