Path Tracer
Todo List
Member ptracey::sampled_wave< T >::apply (unsigned int index, T value, const std::function< T(T, T)> &fn) const
This operation is probably very costly for large samples.
Member ptracey::sampled_wave< T >::apply (T value, const std::function< T(T, T)> &fn) const
for basic arithmetic operations it might be enough to check for minimum and maximum power values for the given function.
Member ptracey::sampled_wave< T >::operator+= (const sampled_wave &s) const
this pointer changes value after this operation. This is probably not the intention of the user if she is using += operator.
Member ptracey::sampled_wave< T >::operator+= (const T &s) const
this pointer changes value after this operation. This is probably not the intention of the user if she is using += operator.
Member ptracey::sampled_wave< T >::operator-= (const sampled_wave &s) const
this pointer changes value after this operation. This is probably not the intention of the user if she is using -= operator.
Member ptracey::sampled_wave< T >::operator-= (const T &s) const
this pointer changes value after this operation. This is probably not the intention of the user if she is using -= operator.
Member ptracey::sampled_wave< T >::operator*= (const sampled_wave &s) const
this pointer changes value after this operation. This is probably not the intention of the user if she is using *= operator.
Member ptracey::sampled_wave< T >::operator*= (const T &s) const
this pointer changes value after this operation. This is probably not the intention of the user if she is using *= operator.
Member ptracey::sampled_wave< T >::operator/= (const sampled_wave &s)
this pointer changes value after this operation. This is probably not the intention of the user if she is using /= operator.
Member ptracey::sampled_wave< T >::operator/= (const T &s) const
this pointer changes value after this operation. This is probably not the intention of the user if she is using /= operator.
Member Eigen::Transform< _Scalar, _Dim, _Mode, _Options >::Identity ()
In the future this function should be returning a Transform expression.
Member Eigen::umeyama (const MatrixBase< Derived > &src, const MatrixBase< OtherDerived > &dst, bool with_scaling=true)
Should the return type of umeyama() become a Transform?