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 820 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 852 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 809 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 841 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 863 of file Complex.h.
References pcl::Cosh(), and pcl::Sinh().