TORCS  1.3.9
The Open Racing Car Simulator
v3_t.h File Reference
#include <math.h>
Include dependency graph for v3_t.h:

Go to the source code of this file.

Classes

class  v3t< T >
 
class  v3t< T >
 

Functions

template<class T >
v3t< T > operator* (const T s, const v3t< T > &src)
 
template<class T >
v3t< T > crossProduct (const v3t< T > &a, const v3t< T > &b)
 

Function Documentation

◆ crossProduct()

template<class T >
v3t< T > crossProduct ( const v3t< T > &  a,
const v3t< T > &  b 
)
inline

Definition at line 232 of file v3_t.h.

◆ operator*()

template<class T >
v3t< T > operator* ( const T  s,
const v3t< T > &  src 
)
inline

Definition at line 225 of file v3_t.h.