Man Linux: Main Page and Category List

NAME

       SoComposeVec3f -

       The SoComposeVec3f class is used to compose 3D vectors from floats.

SYNOPSIS

       #include <Inventor/engines/SoCompose.h>

       Inherits SoEngine.

   Static Public Member Functions
       static void initClass ()

   Public Attributes
       SoMFFloat x
       SoMFFloat y
       SoMFFloat z
       SoEngineOutput vector

Detailed Description

       The SoComposeVec3f class is used to compose 3D vectors from floats.

Member Function Documentation

   static void SoComposeVec3f::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 SoComposeVec3f::x First coordinates of the output vectors.
   SoMFFloat SoComposeVec3f::y Second coordinates of the output vectors.
   SoMFFloat SoComposeVec3f::z Third coordinates of the output vectors.
   SoEngineOutput SoComposeVec3f::vector (SoMFVec3f) 3D vectors.

Author

       Generated automatically by Doxygen for Coin from the source code.