Man Linux: Main Page and Category List

NAME

       SoComposeRotationFromTo -

       The SoComposeRotationFromTo class is used to compose rotations based on
       from and to vectors.

SYNOPSIS

       #include <Inventor/engines/SoCompose.h>

       Inherits SoEngine.

   Static Public Member Functions
       static void initClass ()

   Public Attributes
       SoMFVec3f from
       SoMFVec3f to
       SoEngineOutput rotation

Detailed Description

       The SoComposeRotationFromTo class is used to compose rotations based on
       from and to vectors.

Member Function Documentation

   static void SoComposeRotationFromTo::initClass (void) [static] Sets up
       initialization for data common to all instances of this class, like
       submitting necessary information to the Coin type system.
       Reimplemented from SoEngine.

Member Data Documentation

   SoMFVec3f SoComposeRotationFromTo::from Set of input vectors to rotate
       from.
   SoMFVec3f SoComposeRotationFromTo::to Set of input vectors to rotate to.
   SoEngineOutput SoComposeRotationFromTo::rotation (SoMFRotation) Set of
       output rotations, where each element is the rotation you need to apply
       to the from vector (of the same index) to make it point in the to
       direction.

Author

       Generated automatically by Doxygen for Coin from the source code.