Method: CP::BB#t
- Defined in:
- ext/chipmunk/rb_cpBB.c
#t ⇒ Object
157 158 159 160 |
# File 'ext/chipmunk/rb_cpBB.c', line 157 static VALUE rb_cpBBGetT(VALUE self) { return rb_float_new(BBGET(self)->t); } |
157 158 159 160 |
# File 'ext/chipmunk/rb_cpBB.c', line 157 static VALUE rb_cpBBGetT(VALUE self) { return rb_float_new(BBGET(self)->t); } |