Method: CP::BB#t

Defined in:
ext/chipmunk/rb_cpBB.c

#tObject



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);
}