Pioneer
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
vector3.h File Reference
#include "FloatComparison.h"
#include "vector2.h"
#include <math.h>
#include <stdio.h>
Include dependency graph for vector3.h:

Go to the source code of this file.

Classes

class  vector3< T >
 

Typedefs

typedef vector3< float > vector3f
 
typedef vector3< double > vector3d
 

Functions

template<typename T >
vector3< T > max (const vector3< T > &lhs, const vector3< T > &rhs)
 
template<typename T >
vector3< T > min (const vector3< T > &lhs, const vector3< T > &rhs)
 

Typedef Documentation

◆ vector3d

typedef vector3<double> vector3d

◆ vector3f

typedef vector3<float> vector3f

Function Documentation

◆ max()

template<typename T >
vector3< T > max ( const vector3< T > &  lhs,
const vector3< T > &  rhs 
)
Here is the call graph for this function:

◆ min()

template<typename T >
vector3< T > min ( const vector3< T > &  lhs,
const vector3< T > &  rhs 
)
Here is the call graph for this function: