| 25 | } |
| 26 | |
| 27 | cVect ShapePoint::getOffset() { |
| 28 | return tovect( cpCircleShapeGetOffset( mShape ) ); |
| 29 | } |
| 30 | |
| 31 | void ShapePoint::setOffset( const cVect& offset ) { |
| 32 | cpCircleShapeSetOffset( mShape, tocpv( offset ) ); |
no outgoing calls
no test coverage detected