PCL
|
Functions | |
template<typename T > | |
Complex< T > | pcl::Round (const Complex< T > &c) noexcept |
template<typename T > | |
Complex< T > | pcl::Round (const Complex< T > &c, int n) noexcept |
Complex rounding. Returns a complex number whose components are the components of a specified complex c rounded to their nearest integers.
Definition at line 938 of file Complex.h.
Referenced by pcl::GenericPoint< T >::Round(), pcl::GenericRectangle< T >::Round(), pcl::Round(), pcl::GenericPoint< T >::Rounded(), pcl::GenericRectangle< T >::Rounded(), pcl::RoundInt64(), pcl::UInt8PixelTraits::ToSample(), and pcl::UInt16PixelTraits::ToSample().
Complex rounding. Returns a complex number whose components are the components of a specified complex c rounded to the specified number of decimal digits n.
Definition at line 950 of file Complex.h.
References pcl::Round().