alternative Standard Libary  0.29.8
plane.hpp-Dateireferenz
#include "vector4.hpp"
+ Include-Abhängigkeitsdiagramm für plane.hpp:

gehe zum Quellcode dieser Datei

Klassen

class  std::math::plane< T >
 
class  std::math::plane< T >
 

Namensbereiche

 std
 
 std::math
 

Typdefinitionen

typedef plane< float > std::math::planef
 
typedef plane< double > std::math::planed
 
typedef plane< int > std::math::planei
 
typedef plane< short > std::math::planes
 

Funktionen

template<typename T >
plane< T > std::math::plane_frompointnormal (const vector3< T > &p, const vector3< T > &n)
 
template<typename T >
plane< T > std::math::plane_frompoints (const vector3< T > &v1, const vector3< T > &v2, const vector3< T > &v3)