Class SoDecomposeVec3f
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.misc.SoBase
com.openinventor.inventor.fields.SoFieldContainer
com.openinventor.inventor.engines.SoEngine
com.openinventor.inventor.engines.SoDecomposeVec3f
- All Implemented Interfaces:
SafeDisposable
Decomposes 3D vectors into floating-point values.
This engine takes as input a 3D vector, and decomposes it into three single floating-point values.
The input can have multiple values, allowing the engine to decompose several vectors in parallel.
File format/default:
DecomposeVec3f {
| vector | 0 0 0 |
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SoMFVec3fVector to be decomposed.final SoEngineOutput(SoMFFloat) First component of the vector.final SoEngineOutput(SoMFFloat) Second component of the vector.final SoEngineOutput(SoMFFloat) Third component of the vector.Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.openinventor.inventor.engines.SoEngine
copy, getByName, getOutput, getOutputNameMethods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsMethods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touchMethods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle