MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / t

Method t

Source/Physics/JointDef.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233Vec2 JointDef::t(const Vec2& target) {
234 Vec2 pos = target - center;
235 return r(pos) + position;
236}
237
238Joint* DistanceDef::toJoint(Dictionary* itemDict) {
239 Value* targetA = itemDict->get(bodyA).get();

Callers 7

tFunction · 0.80
trFunction · 0.80
renderTopToolbarFunction · 0.80
tFunction · 0.80
tFunction · 0.80
AppFunction · 0.80

Calls 1

rFunction · 0.85

Tested by

no test coverage detected