Method: CP::Body#torque
- Defined in:
- ext/chipmunk/rb_cpBody.c
#torque ⇒ Object
111 112 113 114 |
# File 'ext/chipmunk/rb_cpBody.c', line 111 static VALUE rb_cpBodyGetTorque(VALUE self) { return rb_float_new(BODY(self)->t); } |
111 112 113 114 |
# File 'ext/chipmunk/rb_cpBody.c', line 111 static VALUE rb_cpBodyGetTorque(VALUE self) { return rb_float_new(BODY(self)->t); } |