uLib-0.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
uLib::_HPoint3f< p > Class Template Reference

#include <Math/Dense.h>

Inheritance diagram for uLib::_HPoint3f< p >:

Public Types

typedef Eigen::Matrix< Scalarf, 4, 1 > BaseClass
 

Public Member Functions

 _HPoint3f ()
 
 _HPoint3f (float x, float y, float z)
 
 _HPoint3f (Vector3f &in)
 
void operator delete (void *_p, size_t _s)
 
template<typename OtherDerived >
 _HPoint3f (const Eigen::MatrixBase< OtherDerived > &other)
 
template<typename OtherDerived >
_HPoint3f< p > & operator= (const Eigen::MatrixBase< OtherDerived > &other)
 

Member Typedef Documentation

template<bool p>
typedef Eigen::Matrix< Scalarf,4,1 > uLib::_HPoint3f< p >::BaseClass

Constructor & Destructor Documentation

template<bool p>
uLib::_HPoint3f< p >::_HPoint3f ( )
inline
template<bool p>
uLib::_HPoint3f< p >::_HPoint3f ( float  x,
float  y,
float  z 
)
inline
template<bool p>
uLib::_HPoint3f< p >::_HPoint3f ( Vector3f in)
inline
template<bool p>
template<typename OtherDerived >
uLib::_HPoint3f< p >::_HPoint3f ( const Eigen::MatrixBase< OtherDerived > &  other)
inline

Member Function Documentation

template<bool p>
void uLib::_HPoint3f< p >::operator delete ( void *  _p,
size_t  _s 
)
inline
template<bool p>
template<typename OtherDerived >
_HPoint3f<p>& uLib::_HPoint3f< p >::operator= ( const Eigen::MatrixBase< OtherDerived > &  other)
inline

The documentation for this class was generated from the following file: