neuray API Programmer's Manual

mi::math::functor::Operator_minus Struct Reference

[Basic Math Functors in the Math API]

Description

Functor for the minus operator, -, unary and binary.

Public Member Functions

template< typename T>operator()( const T& t) const
Unary functor call.
template< typename T>operator()( const T& t1, const T& t2) const
Binary functor call.

Member Functions

template< typename T>

T mi::​math::​functor::​Operator_minus::operator()( const T& t) const [inline]

Unary functor call.

template< typename T>

T mi::​math::​functor::​Operator_minus::operator()( const T& t1, const T& t2) const [inline]

Binary functor call.