|
NAMESDLmm::SPoint - A small usefull class representing a point in 2 dimensional space. SYNOPSIS#include <sdlmm_spoint.h> Public MethodsSPoint ()
DETAILED DESCRIPTIONA small usefull class representing a point in 2 dimensional space. Author:
CONSTRUCTOR & DESTRUCTOR DOCUMENTATIONSDLmm::SPoint::SPoint () [inline]Default constructor which creates an empty SPoint (xy variables set to zero). SDLmm::SPoint::SPoint (const SPoint & point) [inline]This is the copy constructor. Simply initializes the value of an SPoint to that of another SPoint. Parameters:
SDLmm::SPoint::SPoint (Sint16 nx, Sint16 ny) [inline]Constructor which initializes the class from integer values. Parameters:
MEMBER FUNCTION DOCUMENTATIONbool SDLmm::SPoint::operator< (const SPoint & point) const [inline]Returns:
bool SDLmm::SPoint::operator<= (const SPoint & point) const [inline]Returns:
SPoint & SDLmm::SPoint::operator= (const SPoint & point) [inline]Set the value of an SPoint to that of an existing SPoint. bool SDLmm::SPoint::operator== (const SPoint & point) const [inline]Compare two points for equality. Returns:
bool SDLmm::SPoint::operator> (const SPoint & point) const [inline]Returns:
bool SDLmm::SPoint::operator>= (const SPoint & point) const [inline]Returns:
AUTHORGenerated automatically by Doxygen for SDLmm from the source code.
|