MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / GeomView

Method GeomView

Source/URLab/Public/MuJoCo/Utils/MjBind.h:94–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 // --- CODEGEN_VIEW_GeomView_FIELDS_END ---
93
94 GeomView()
95 : _m(nullptr), _d(nullptr), id(-1) {}
96
97 GeomView(const mjModel* m, mjData* d, int id_in)
98 : _m(m), _d(d), id(id_in)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected