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