Method: CP::BB#b

Defined in:
ext/chipmunk/rb_cpBB.c

#bObject



147
148
149
150
# File 'ext/chipmunk/rb_cpBB.c', line 147

static VALUE
rb_cpBBGetB(VALUE self) {
  return rb_float_new(BBGET(self)->b);
}