#include <Point.h>
Public Member Functions | |
Point () | |
(*** add brief description here ***) | |
Point (int x, int y) | |
(*** add brief description here ***) | |
virtual | ~Point () |
(*** add brief description here ***) | |
int | GetX () const |
(*** add brief description here ***) | |
int | GetY () const |
(*** add brief description here ***) | |
bool | IsEqual (Point p) const |
(*** add brief description here ***) | |
bool | IsEqual (int x, int y) const |
(*** add brief description here ***) | |
Public Attributes | |
int | x |
(*** add brief description here ***) | |
int | y |
(*** add brief description here ***) |
Point | ( | ) | [inline] |
(*** add brief description here ***)
Point | ( | int | x, | |
int | y | |||
) | [inline] |
(*** add brief description here ***)
virtual ~Point | ( | ) | [inline, virtual] |
(*** add brief description here ***)
int GetX | ( | ) | const [inline] |
(*** add brief description here ***)
int GetY | ( | ) | const [inline] |
(*** add brief description here ***)
bool IsEqual | ( | Point | p | ) | const [inline] |
(*** add brief description here ***)
bool IsEqual | ( | int | x, | |
int | y | |||
) | const [inline] |
(*** add brief description here ***)
int x |
(*** add brief description here ***)
int y |
(*** add brief description here ***)
Navigation
Home Page
Screen Shots
Developers
Documentation
Doxygen
Namespace List
Class List
Class Hierarchy
File List
Todo List
Links
SDL Library
License
SourceForge Project
Forums
Download
Regimental Command
Copyright © 2008
Randi J. Relander