SoDecomposeVec3f.3coin2

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SoDecomposeVec3f -

The SoDecomposeVec3f class is used to decompose 3D vectors into three floats.

SYNOPSIS


#include <Inventor/engines/SoCompose.h>

Inherits SoEngine.

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

SoMFVec3f SoDecomposeVec3f::vectorSet 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.