ByteArena / box2d

Box2D.go - Go port of Box2D - a 2D Physics Engine for Games.
Other
295 stars 48 forks source link

Why don't have SetPosition() for box2d.Body? #29

Closed SteveCruise closed 4 years ago

SteveCruise commented 4 years ago

fixture.GetBody().SetPosition(box2d.MakeB2Vec2(0, 0))

SteveCruise commented 4 years ago

I got SetTransform(), Thank you.

xtuc commented 4 years ago

does it address your issue? can we close this?

SteveCruise commented 4 years ago

@xtuc Ok, I am just waiting a sure.