C# Class BattleShip.Core.CartesianPoint

Show file Open project: pebblecode/HackShips

Public Methods

Method Description
CartesianPoint ( double x, double y ) : System

Method Details

CartesianPoint() public method

public CartesianPoint ( double x, double y ) : System
x double
y double
return System