List of all members.
Public Types |
typedef VecMath::Vector< N, NUM > | result_type |
Public Member Functions |
| MapFunctor (const VecMath::Rotation< N, NUM > &rotation, const VecMath::Vector< N, NUM > &translation, const VecMath::Vector< N, NUM > &scale) |
VecMath::Vector< N, NUM > | operator() (const VecMath::Vector< N, NUM > &arg) const |
Public Attributes |
VecMath::Matrix< N, NUM > | matrix_ |
| Rotation part of the Transformation.
|
VecMath::Vector< N, NUM > | translation_ |
| Translation part of the Transformation.
|
VecMath::Vector< N, NUM > | scale_ |
| Scaling part of the Transformation.
|
template<unsigned N, typename NUM>
struct MultithreadedTransformation< N, 1, NUM >::MapFunctor
Member Function Documentation
template<unsigned N, typename NUM >
The documentation for this struct was generated from the following file: