Box2d methods missing

BlitzMax Forums/Brucey's Modules/Box2d methods missing

Armitage 1982(Posted 2008) [#1]
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


Brucey(Posted 2008) [#2]
b2World::Step is otherwise known as DoStep.... as Step is a reserved keyword in BlitzMax ;-)


Brucey(Posted 2008) [#3]
All done except TestSegment (which requires a new Type).


Armitage 1982(Posted 2008) [#4]
Oups ^^ Sorry for DoStep
I forgot about DoStep :-p

Thanks for all, Refiltering working great !