Skip to content

Instantly share code, notes, and snippets.

@vietnt
Created March 29, 2011 13:32
Show Gist options
  • Save vietnt/892352 to your computer and use it in GitHub Desktop.
Save vietnt/892352 to your computer and use it in GitHub Desktop.
public class Point
{
public double X;
public double Y;
public double Z;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment