Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FXVec2f.h File Reference

Go to the source code of this file.

Namespaces

namespace  FX

Functions

FXVec2f operator * (const FXVec2f &a, FXfloat n)
FXVec2f operator * (FXfloat n, const FXVec2f &a)
FXVec2f operator/ (const FXVec2f &a, FXfloat n)
FXVec2f operator/ (FXfloat n, const FXVec2f &a)
bool operator== (const FXVec2f &a, FXfloat n)
bool operator!= (const FXVec2f &a, FXfloat n)
bool operator== (FXfloat n, const FXVec2f &a)
bool operator!= (FXfloat n, const FXVec2f &a)
bool operator< (const FXVec2f &a, FXfloat n)
bool operator<= (const FXVec2f &a, FXfloat n)
bool operator> (const FXVec2f &a, FXfloat n)
bool operator>= (const FXVec2f &a, FXfloat n)
bool operator< (FXfloat n, const FXVec2f &a)
bool operator<= (FXfloat n, const FXVec2f &a)
bool operator> (FXfloat n, const FXVec2f &a)
bool operator>= (FXfloat n, const FXVec2f &a)
FXVec2f lo (const FXVec2f &a, const FXVec2f &b)
FXVec2f hi (const FXVec2f &a, const FXVec2f &b)
FXVec2f normalize (const FXVec2f &v)
FXStream & operator<< (FXStream &store, const FXVec2f &v)
FXStream & operator>> (FXStream &store, FXVec2f &v)


Function Documentation

FXVec2f FX::operator * (  const FXVec2f &  a,
FXfloat  n
)  [inline]
 

FXVec2f FX::operator * (  FXfloat  n,
const FXVec2f &  a
)  [inline]
 

FXVec2f FX::operator/ (  const FXVec2f &  a,
FXfloat  n
)  [inline]
 

FXVec2f FX::operator/ (  FXfloat  n,
const FXVec2f &  a
)  [inline]
 

bool FX::operator== (  const FXVec2f &  a,
FXfloat  n
)  [inline]
 

bool FX::operator!= (  const FXVec2f &  a,
FXfloat  n
)  [inline]
 

bool FX::operator== (  FXfloat  n,
const FXVec2f &  a
)  [inline]
 

bool FX::operator!= (  FXfloat  n,
const FXVec2f &  a
)  [inline]
 

bool FX::operator< (  const FXVec2f &  a,
FXfloat  n
)  [inline]
 

bool FX::operator<= (  const FXVec2f &  a,
FXfloat  n
)  [inline]
 

bool FX::operator> (  const FXVec2f &  a,
FXfloat  n
)  [inline]
 

bool FX::operator>= (  const FXVec2f &  a,
FXfloat  n
)  [inline]
 

bool FX::operator< (  FXfloat  n,
const FXVec2f &  a
)  [inline]
 

bool FX::operator<= (  FXfloat  n,
const FXVec2f &  a
)  [inline]
 

bool FX::operator> (  FXfloat  n,
const FXVec2f &  a
)  [inline]
 

bool FX::operator>= (  FXfloat  n,
const FXVec2f &  a
)  [inline]
 

FXVec2f FX::lo (  const FXVec2f &  a,
const FXVec2f &  b
)  [inline]
 

FXVec2f FX::hi (  const FXVec2f &  a,
const FXVec2f &  b
)  [inline]
 

FXVec2f FX::normalize (  const FXVec2f &  v  ) 
 

FXStream& FX::operator<< (  FXStream &  store,
const FXVec2f &  v
) 
 

FXStream& FX::operator>> (  FXStream &  store,
FXVec2f &  v
) 
 

Copyright © 1997-2005 Jeroen van der Zijp