MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getOffset

Method getOffset

src/modules/physics/src/eepp/physics/shapepoint.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

saveToStreamMethod · 0.45
updateScrollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected