BALL
1.4.79
|
#include <BALL/CONCEPT/persistenceManager.h>
#include <BALL/COMMON/exception.h>
#include <BALL/MATHS/common.h>
Go to the source code of this file.
Classes | |
class | BALL::TVector2< T > |
class | BALL::TVector2< T > |
Namespaces | |
BALL | |
-*- Mode: C++; tab-width: 2; -*- | |
Typedefs | |
typedef TVector2< float > | BALL::Vector2 |
Functions | |
Global binary operator functions for two dimensional vectors. | |
template<typename T > | |
BALL_INLINE TVector2< T > | BALL::operator* (const T &scalar, const TVector2< T > &vector) |
template<typename T > | |
std::istream & | BALL::operator>> (std::istream &s, TVector2< T > &vector) |
template<typename T > | |
std::ostream & | BALL::operator<< (std::ostream &s, const TVector2< T > &vector) |