NAME
       SoDecomposeVec3f -
       The SoDecomposeVec3f class is used to decompose 3D vectors into three
       floats.
SYNOPSIS
       #include <Inventor/engines/SoCompose.h>
       Inherits SoEngine.
   Static Public Member Functions
       static void initClass ()
   Public Attributes
       SoMFVec3f vector
       SoEngineOutput x
       SoEngineOutput y
       SoEngineOutput z
Detailed Description
       The SoDecomposeVec3f class is used to decompose 3D vectors into three
       floats.
Member Function Documentation
   static void SoDecomposeVec3f::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 SoDecomposeVec3f::vector Set of input vectors to be decomposed
       into their coordinate elements.
   SoEngineOutput SoDecomposeVec3f::x (SoMFFloat) First coordinates of the
       input vectors.
   SoEngineOutput SoDecomposeVec3f::y (SoMFFloat) Second coordinates of the
       input vectors.
   SoEngineOutput SoDecomposeVec3f::z (SoMFFloat) Third coordinates of the
       input vectors.
Author
       Generated automatically by Doxygen for Coin from the source code.