In computing, wrapping is when a variable that exceeds its maximum value returns to its minimum value and vice-versa. Many high-level programming languages avoid wrapping by giving an arithmetic overflow error if this occurs.
Camera wrapping is a technique often used in video games, which allows a player to move in a straight line and get back to where they started. This...