Man Linux: Main Page and Category List

NAME

       SoComposeVec4f -

       The SoComposeVec4f class is used to compose 4D vectors from four
       floats.

SYNOPSIS

       #include <Inventor/engines/SoCompose.h>

       Inherits SoEngine.

   Static Public Member Functions
       static void initClass ()

   Public Attributes
       SoMFFloat x
       SoMFFloat y
       SoMFFloat z
       SoMFFloat w
       SoEngineOutput vector

Detailed Description

       The SoComposeVec4f class is used to compose 4D vectors from four
       floats.

Member Function Documentation

   static void SoComposeVec4f::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

   SoMFFloat SoComposeVec4f::x First coordinates of the output vectors.
   SoMFFloat SoComposeVec4f::y Second coordinates of the output vectors.
   SoMFFloat SoComposeVec4f::z Third coordinates of the output vectors.
   SoMFFloat SoComposeVec4f::w Fourth coordinates of the output vectors.
   SoEngineOutput SoComposeVec4f::vector (SoMFVec4f) 4D vectors.

Author

       Generated automatically by Doxygen for Coin from the source code.