MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dxGeomTransform

Method dxGeomTransform

3rd_party/Src/ode/ode/src/collision_transform.cpp:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60dxGeomTransform::dxGeomTransform (dSpaceID space) : dxGeom (space,1)
61{
62 type = dGeomTransformClass;
63 obj = 0;
64 cleanup = 0;
65 infomode = 0;
66 dSetZero (final_pos,4);
67 dRSetIdentity (final_R);
68}
69
70
71dxGeomTransform::~dxGeomTransform()

Callers

nothing calls this directly

Calls 2

dSetZeroFunction · 0.85
dRSetIdentityFunction · 0.85

Tested by

no test coverage detected