Method: CP::BB#l

Defined in:
ext/chipmunk/rb_cpBB.c

#lObject



142
143
144
145
# File 'ext/chipmunk/rb_cpBB.c', line 142

static VALUE
rb_cpBBGetL(VALUE self) {
  return rb_float_new(BBGET(self)->l);
}