Class SoComposeVec2i32

  • All Implemented Interfaces:
    SafeDisposable

    public class SoComposeVec2i32
    extends SoEngine
    Composes 2D vectors from int values. This engine takes two integer inputs and composes a 2D integer 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:

    ComposeVec2i32 {

      x 0
      y 0
    }

    See Also:
    SoDecomposeVec2i32, SoEngineOutput
    • Constructor Detail

      • SoComposeVec2i32

        public SoComposeVec2i32()
        Default Constructor.