Class SoComposeVec2f

  • All Implemented Interfaces:
    SafeDisposable

    public class SoComposeVec2f
    extends SoEngine
    Composes 2D vectors from floating-point values. This engine takes two floating-point inputs and composes a 2D floating-point vector.

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

    File format/default:

    ComposeVec2f {

      x 0
      y 0
    }

    See Also:
    SoDecomposeVec2f, SoEngineOutput
    • Constructor Detail

      • SoComposeVec2f

        public SoComposeVec2f()
        Default Constructor.