Box2d methods missing

BlitzMax Modules Forums/Brucey's Modules/Box2d methods missing

Hi Brucey

My project progresses given that I fell on specific missing methods :D

I thing those one are missing :

b2Shape::GetFilterData
b2Shape::SetFilterData

b2World::Refilter


And maybe those too but it is a lower priority I think :
b2Shape::TestSegment
b2Shape::ComputeAABB
b2Shape::ComputeSweptAABB
b2Shape::ComputeMass
b2Shape::GetSweepRadius
b2Shape::GetFriction
b2Shape::GetRestitution

b2World::Step


Could you have a look at them ?
Thanks

b2World::Step is otherwise known as DoStep.... as Step is a reserved keyword in BlitzMax ;-)

All done except TestSegment (which requires a new Type).

Oups ^^ Sorry for DoStep
I forgot about DoStep :-p

Thanks for all, Refiltering working great !