Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Coordinate

Matthew Pohlmann edited this page Jan 1, 2014 · 1 revision

####Description All-purpose class for describing an X and Y location of something.

####Class Signature

public class Coordinate {}

####Data

public int X;
public int Y;

Wiki Home | Design Home

Clone this wiki locally