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