Method: CP::Shape#u
- Defined in:
- ext/chipmunk/rb_cpShape.c
#u ⇒ Object
155 156 157 158 |
# File 'ext/chipmunk/rb_cpShape.c', line 155
static VALUE
rb_cpShapeGetFriction(VALUE self) {
return rb_float_new(SHAPE(self)->u);
}
|
155 156 157 158 |
# File 'ext/chipmunk/rb_cpShape.c', line 155
static VALUE
rb_cpShapeGetFriction(VALUE self) {
return rb_float_new(SHAPE(self)->u);
}
|