renderTranslation method

Vec2D renderTranslation(
  1. Vec2D worldTranslation
)

Implementation

Vec2D renderTranslation(Vec2D worldTranslation) {
  final wt = originWorld;
  return worldTranslation + wt;
}