NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::math::functor::Operator_divide Struct Reference

Functor for the division operator, /. More...

Public Member Functions

template<typename T >
operator() (const T &t1, const T &t2) const
  Functor call. More...
 

Detailed Description

Functor for the division operator, /.

Member Function Documentation

template<typename T >
T mi::math::functor::Operator_divide::operator() ( const T &  t1,
const T &  t2 
) const
inline

Functor call.