SoDecomposeVec4f.3coin2

Langue: en

Version: 380963 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

SoDecomposeVec4f -

The SoDecomposeVec4f class is used to decompose 4D vectors into four floats.

SYNOPSIS


#include <Inventor/engines/SoCompose.h>

Inherits SoEngine.

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 Data Documentation

SoMFVec4f SoDecomposeVec4f::vectorSet 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.