Fission FSN
Loading...
Searching...
No Matches
fsPoint Struct Referencefinal

#include <fsPoint.h>

Public Member Functions

 fsPoint (const fsVec2d &pPos)
 fsPoint (const fsPoint &pPos)
 fsPoint (fsS32 pX, fsS32 pY)
 fsPoint ()
 ~fsPoint ()
fsPointoperator+= (const fsPoint &pRhs)
fsPointoperator-= (const fsPoint &pRhs)
fsPointoperator/= (const fsS32 pVal)
fsPointoperator*= (const fsS32 pVal)
fsPoint operator* (const fsS32 pVal) const
fsPoint operator+ (const fsPoint &pRhs) const
fsPoint operator- (const fsPoint &pRhs) const
fsPoint operator/ (const fsS32 pVal) const
fsBool operator!= (const fsPoint &pRhs) const
fsBool operator== (const fsPoint &pRhs) const
fsBool operator< (fsPoint const &pRHS) const

Public Attributes

fsS32 x
fsS32 y

Constructor & Destructor Documentation

◆ fsPoint() [1/4]

fsPoint::fsPoint ( const fsVec2d & pPos)

◆ fsPoint() [2/4]

fsPoint::fsPoint ( const fsPoint & pPos)

◆ fsPoint() [3/4]

fsPoint::fsPoint ( fsS32 pX,
fsS32 pY )

◆ fsPoint() [4/4]

fsPoint::fsPoint ( )

◆ ~fsPoint()

fsPoint::~fsPoint ( )

Member Function Documentation

◆ operator!=()

fsBool fsPoint::operator!= ( const fsPoint & pRhs) const

◆ operator*()

fsPoint fsPoint::operator* ( const fsS32 pVal) const

◆ operator*=()

fsPoint & fsPoint::operator*= ( const fsS32 pVal)

◆ operator+()

fsPoint fsPoint::operator+ ( const fsPoint & pRhs) const

◆ operator+=()

fsPoint & fsPoint::operator+= ( const fsPoint & pRhs)

◆ operator-()

fsPoint fsPoint::operator- ( const fsPoint & pRhs) const

◆ operator-=()

fsPoint & fsPoint::operator-= ( const fsPoint & pRhs)

◆ operator/()

fsPoint fsPoint::operator/ ( const fsS32 pVal) const

◆ operator/=()

fsPoint & fsPoint::operator/= ( const fsS32 pVal)

◆ operator<()

fsBool fsPoint::operator< ( fsPoint const & pRHS) const

◆ operator==()

fsBool fsPoint::operator== ( const fsPoint & pRhs) const

Member Data Documentation

◆ x

fsS32 fsPoint::x

◆ y

fsS32 fsPoint::y

The documentation for this struct was generated from the following files: