Operator

    VisualShaderNodeTransformVecMult.swift:13
    enum Operator

    Cases

    • case axb

      Multiplies transform a by the vector b.

    • case bxa

      Multiplies vector b by the transform a.

    • case op3x3AxB

      Multiplies transform a by the vector b, skipping the last row and column of the transform.

    • case op3x3BxA

      Multiplies vector b by the transform a, skipping the last row and column of the transform.

    • case max

      Represents the size of the Operator enum.

    Other members in extension

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features