cachedClosestOffsets property
Caches the closest offsets to optimize repeated calculations for a single frame.
Implementation
final FrameStackHashMap<double, (double, double)> cachedClosestOffsets =
FrameStackHashMap();
Caches the closest offsets to optimize repeated calculations for a single frame.
final FrameStackHashMap<double, (double, double)> cachedClosestOffsets =
FrameStackHashMap();