Method: CP::Shape#surface_v
- Defined in:
- ext/chipmunk/rb_cpShape.c
#surface_v ⇒ Object
172 173 174 175 |
# File 'ext/chipmunk/rb_cpShape.c', line 172 static VALUE rb_cpShapeGetSurfaceV(VALUE self) { return VWRAP(self, &SHAPE(self)->surface_v); } |