SoComposeVec3f Class Reference
[Engines]

Composes 3D vectors from floating-point values. More...

#include <Inventor/engines/SoCompose.h>

Inheritance diagram for SoComposeVec3f:
SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
 SoComposeVec3f ()

Static Public Member Functions

static SoType getClassTypeId ()

Public Attributes

SoMFFloat x
SoMFFloat y
SoMFFloat z
SoEngineOutput vector

Detailed Description

Composes 3D vectors from floating-point values.

This engine takes three floating-point inputs and composes a 3D vector.

The input fields can have multiple values, allowing the engine to compose several vectors in parallel. Some inputs may have more values than others. In such cases, the last value of the shorter inputs will be repeated as necessary.

FILE FORMAT/DEFAULT

SEE ALSO

SoDecomposeVec3f, SoEngineOutput


Constructor & Destructor Documentation

SoComposeVec3f::SoComposeVec3f (  ) 

Default Constructor.


Member Function Documentation

static SoType SoComposeVec3f::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoEngine.

virtual SoType SoComposeVec3f::getTypeId (  )  const [virtual]

Returns the type identifier for this specific instance.

Implements SoTypedObject.


Member Data Documentation

( SoMFVec3f ) Vector composed of x, y, and z.

The x component.

The y component.

The z component.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/