KatanaNativeInterface  $VERSION$
Public Member Functions | List of all members
KNI_MHF::unary_precalc_sin< _T > Struct Template Reference

function-object which calculates sinus for n-elements of a container if used together with a STL algorithm More...

#include <MathHelperFunctions.h>

Inheritance diagram for KNI_MHF::unary_precalc_sin< _T >:
Inheritance graph
Collaboration diagram for KNI_MHF::unary_precalc_sin< _T >:
Collaboration graph

Public Member Functions

_T operator() (_T &x)
 

Detailed Description

template<typename _T>
struct KNI_MHF::unary_precalc_sin< _T >

function-object which calculates sinus for n-elements of a container if used together with a STL algorithm

Definition at line 44 of file MathHelperFunctions.h.

Member Function Documentation

◆ operator()()

template<typename _T >
_T KNI_MHF::unary_precalc_sin< _T >::operator() ( _T &  x)
inline

Definition at line 45 of file MathHelperFunctions.h.


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