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