PCL
|
Functions | |
template<typename T > | |
Complex< T > | pcl::Cos (const Complex< T > &c) noexcept |
template<typename T > | |
Complex< T > | pcl::Cosh (const Complex< T > &c) noexcept |
template<typename T > | |
Complex< T > | pcl::Sin (const Complex< T > &c) noexcept |
template<typename T > | |
Complex< T > | pcl::Sinh (const Complex< T > &c) noexcept |
template<typename T > | |
Complex< T > | pcl::Tan (const Complex< T > &c) noexcept |
template<typename T > | |
Complex< T > | pcl::Tanh (const Complex< T > &c) noexcept |
Complex cosine.
Definition at line 806 of file Complex.h.
References pcl::Cosh(), pcl::Sin(), and pcl::Sinh().
Referenced by pcl::Cosh(), pcl::ProjectionBase::DistanceFast(), pcl::Sin(), pcl::Sinh(), and pcl::Tan().
Complex hyperbolic cosine.
Definition at line 838 of file Complex.h.
References pcl::Cos(), pcl::Sin(), and pcl::Sinh().
Referenced by pcl::Cos(), pcl::Sin(), pcl::Sinh(), and pcl::Tanh().
Complex sine.
Definition at line 795 of file Complex.h.
References pcl::Cos(), pcl::Cosh(), and pcl::Sinh().
Referenced by pcl::Cos(), pcl::Cosh(), pcl::Sinh(), and pcl::Tan().
Complex hyperbolic sine.
Definition at line 827 of file Complex.h.
References pcl::Cos(), pcl::Cosh(), and pcl::Sin().
Referenced by pcl::Cos(), pcl::Cosh(), pcl::Sin(), and pcl::Tanh().
Complex hyperbolic tangent.
Definition at line 849 of file Complex.h.
References pcl::Cosh(), and pcl::Sinh().