CWO++library  0.32
 All Classes Functions Variables Groups
Public Member Functions | Public Attributes
cwoVect2< T > Struct Template Reference

List of all members.

Public Member Functions

 cwoVect2 (T tx, T ty)
void Show ()
cwoVect2< T > & operator= (const cwoVect2< T > &a)
cwoVect2< T > & operator= (const T a)
cwoVect2< T > & operator+= (const cwoVect2< T > &a)
cwoVect2< T > & operator+= (const T a)
cwoVect2< T > & operator-= (const cwoVect2< T > &a)
cwoVect2< T > & operator-= (const T a)
cwoVect2< T > & operator*= (const cwoVect2< T > &a)
cwoVect2< T > & operator*= (const T a)
cwoVect2< T > & operator/= (const cwoVect2< T > &a)
cwoVect2< T > & operator/= (const T a)
const cwoVect2< T > operator+ (const cwoVect2< T > &a) const
const cwoVect2< T > operator+ (const T a) const
const cwoVect2< T > operator- (const cwoVect2< T > &a) const
const cwoVect2< T > operator- (const T a) const
const cwoVect2< T > operator* (const cwoVect2< T > &a) const
const cwoVect2< T > operator* (const T a) const
const cwoVect2< T > operator/ (const cwoVect2< T > &a) const
const cwoVect2< T > operator/ (const T a) const
cwoVect2< T > operator() (const T t1, const T t2) const

Public Attributes

x
y

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