Skip to content

Vocabulary Coordinate System

jbubriski edited this page May 2, 2012 · 1 revision

##Coordinate System Terms

  1. Index - The index in the 0-based tile array.
  2. Row Col - The row and column that correspond to an index.
  3. Point - The x/y coordinates on the canvas.

Method names

Examples:

  • RowColToPoint
  • RowColToIndex
  • IndexToRowCol
  • IndexToPoint
  • PointToIndex
  • PointToRowCol
Clone this wiki locally