Method: CP::BB#wrap_vect
- Defined in:
- ext/chipmunk/rb_cpBB.c
#wrap_vect(v) ⇒ Object
137 138 139 140 |
# File 'ext/chipmunk/rb_cpBB.c', line 137
static VALUE
rb_cpBBWrapVect(VALUE self, VALUE v) {
return VNEW(cpBBWrapVect(*BBGET(self), *VGET(v)));
}
|