Equivalent of PolygonShape:getPoints() for a CircleShape?
Posted: Fri Jan 01, 2010 6:09 pm
Per the documentation:
Edit: Apparently there is a getRadius method — it's just not documented in 0.6.0. But I still don't know how to get the offset for the shape.
However, there is no getRadius method, nor a getPosition method. So how exactly would I do this? PolygonShape has getPoints() so are there equivalent methods for circle shapes?Circle extends Shape and adds a radius and a local position.
Edit: Apparently there is a getRadius method — it's just not documented in 0.6.0. But I still don't know how to get the offset for the shape.