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:
  • Field Details

  • Constructor Details

    • SoComposeVec2i32

      public SoComposeVec2i32()
      Default Constructor.