MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / removeTrajectory

Method removeTrajectory

src/Core/Collision/TrajectoryNode.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void TrajectoryNode::removeTrajectory(const std::string& id)
32 {
33 m_trajectories.erase(id);
34 }
35
36 void TrajectoryNode::update(const double dt)
37 {

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected