From 2b59048f3ce1d21316e5b282271b625e58ff2671 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sat, 20 Jun 2020 04:46:25 -0500 Subject: [PATCH] chore: desc --- packages/math/vector/index.hooks.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/math/vector/index.hooks.js b/packages/math/vector/index.hooks.js index 3dfd8e4..60b29d7 100644 --- a/packages/math/vector/index.hooks.js +++ b/packages/math/vector/index.hooks.js @@ -19,6 +19,18 @@ export function behaviorContextTypes() { }], ], }, + sub: { + type: 'vector', + label: 'Subtract $2 from $1.', + args: [ + ['l', { + type: 'vector', + }], + ['r', { + type: 'vector', + }], + ], + }, }), }; }