diff --git a/VsiMetadata/math.xml b/VsiMetadata/math.xml index 815484b2ca1bf4ca1afd02896623a947c56d0115..cdbc9ed570e2f87482b1de77765c411caaa0d017 100644 --- a/VsiMetadata/math.xml +++ b/VsiMetadata/math.xml @@ -339,4 +339,37 @@ + + Math + Compose Vector4 + Compose Vector4 of scalars + + + Vector4 + Vector4 composed of the input scalars + + + + + x + 0.000001 + + + y + 0.000001 + + + z + 0.000001 + + + w + 0.000001 + + + + [output="out_vec"] = Vector4([input="x"],[input="y"],[input="z"],[input="w"]); + + +