From b41d1dff80518b19d9f0e2db63d43897cc35e549 Mon Sep 17 00:00:00 2001 From: Digvijaysinh Gohil Date: Tue, 27 Feb 2024 23:12:19 +0530 Subject: [PATCH] Documentation updated --- documentation/Nodes/Maths/Wave/SawtoothWave.md | 5 +++++ documentation/Nodes/Maths/Wave/SquareWave.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/documentation/Nodes/Maths/Wave/SawtoothWave.md b/documentation/Nodes/Maths/Wave/SawtoothWave.md index 2f744ad..369cec9 100644 --- a/documentation/Nodes/Maths/Wave/SawtoothWave.md +++ b/documentation/Nodes/Maths/Wave/SawtoothWave.md @@ -2,6 +2,11 @@ Returns a sawtooth wave from the value of input in. Resulting output values will be between -1 and 1.
+**Controls** +|Options|Description| +|---|---| +|Vector1, Vector2, Vector3, Vector4|Vector type to use for calculation| + **Inputs** |Name|Type|Binding|Description| |---|---|---|---| diff --git a/documentation/Nodes/Maths/Wave/SquareWave.md b/documentation/Nodes/Maths/Wave/SquareWave.md index b12dd04..54739e0 100644 --- a/documentation/Nodes/Maths/Wave/SquareWave.md +++ b/documentation/Nodes/Maths/Wave/SquareWave.md @@ -2,6 +2,11 @@ Returns a square wave from the value of input in. Resulting output values will be between -1 and 1.
+**Controls** +|Options|Description| +|---|---| +|Vector1, Vector2, Vector3, Vector4|Vector type to use for calculation| + **Inputs** |Name|Type|Binding|Description| |---|---|---|---|