|
cisst-saw
|
Definition of vctRandom for transformations. More...
#include <cisstCommon/cmnRandomSequence.h>#include <cisstCommon/cmnPortability.h>#include <cisstVector/vctMatrixRotation3Ref.h>#include <cisstVector/vctForwardDeclarations.h>#include <cisstVector/vctExport.h>Go to the source code of this file.
Macros | |
| #define | _vctRandomTransformations_h |
Functions | |
| template<class _containerType> | |
| void | vctRandom (vctMatrixRotation3Base< _containerType > &matrixRotation) |
| template<class _containerType> | |
| CISST_EXPORT void | vctRandom (vctQuaternionRotation3Base< _containerType > &quaternionRotation) |
| template<class _elementType> | |
| CISST_EXPORT void | vctRandom (vctAxisAngleRotation3< _elementType > &axisAngleRotation) |
| template<class _containerType> | |
| CISST_EXPORT void | vctRandom (vctRodriguezRotation3Base< _containerType > &rodriguezRotation) |
| template<vctEulerRotation3Order::OrderType _order> | |
| CISST_EXPORT void | vctRandom (vctEulerRotation3< _order > &eulerRotation) |
| template<class _containerType> | |
| CISST_EXPORT void | vctRandom (vctMatrixRotation2Base< _containerType > &matrixRotation) |
| CISST_EXPORT void | vctRandom (vctAngleRotation2 &angleRotation) |
Definition of vctRandom for transformations.
| #define _vctRandomTransformations_h |
| CISST_EXPORT void vctRandom | ( | vctAngleRotation2 & | angleRotation | ) |
| CISST_EXPORT void vctRandom | ( | vctAxisAngleRotation3< _elementType > & | axisAngleRotation | ) |
| CISST_EXPORT void vctRandom | ( | vctEulerRotation3< _order > & | eulerRotation | ) |
| CISST_EXPORT void vctRandom | ( | vctMatrixRotation2Base< _containerType > & | matrixRotation | ) |
| CISST_EXPORT void vctRandom | ( | vctQuaternionRotation3Base< _containerType > & | quaternionRotation | ) |
| CISST_EXPORT void vctRandom | ( | vctRodriguezRotation3Base< _containerType > & | rodriguezRotation | ) |