Advertisement
Fhernd

Punto.cs

Aug 24th, 2015
719
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. public struct Punto
  2. {
  3.     public int X; // representa la abscisa en el plano
  4.     public int Y; // representa la ordeanda en el plano
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement