From 3e4aaeb47913453d74947eb8273bea7ec51ddd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 8 Mar 2013 15:23:42 +0000 Subject: [PATCH] Added compose vector function git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@16490 383ad7c9-94d9-4d36-a494-682f7c89f535 --- VsiMetadata/math.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/VsiMetadata/math.xml b/VsiMetadata/math.xml index 2ecea28..815484b 100644 --- a/VsiMetadata/math.xml +++ b/VsiMetadata/math.xml @@ -310,4 +310,33 @@ + + Math + Compose Vector + Compose Vector of scalars + + + Vector + Vector composed of the input scalars + + + + + x + 0.000001 + + + y + 0.000001 + + + z + 0.000001 + + + + [output="out_vec"] = Vector([input="x"],[input="y"],[input="z"]); + + + -- GitLab