diff property

Vec2D diff

Implementation

Vec2D get diff {
  _computeDiff();
  return _diff!;
}