MCPcopy Create free account
hub / github.com/chrxh/alien / applyForce_async

Method applyForce_async

source/EngineImpl/SimulationFacadeImpl.cpp:286–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void _SimulationFacadeImpl::applyForce_async(
287 RealVector2D const& start,
288 RealVector2D const& end,
289 RealVector2D const& force,
290 float radius)
291{
292 _worker.applyForce_async(start, end, force, radius);
293}
294
295void _SimulationFacadeImpl::switchSelection(RealVector2D const& pos, float radius)
296{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected