From 6c7221cbb7f58044f8ff577dfbd644d60e5b8cf6 Mon Sep 17 00:00:00 2001 From: Digvijaysinh Gohil Date: Wed, 3 Jul 2024 00:22:30 +0530 Subject: [PATCH] Documentation updated --- documentation/Nodes/Maths/Scalar/SmoothMax.md | 2 +- documentation/Nodes/Maths/Scalar/SmoothMin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/Nodes/Maths/Scalar/SmoothMax.md b/documentation/Nodes/Maths/Scalar/SmoothMax.md index 36ebba9..550e437 100644 --- a/documentation/Nodes/Maths/Scalar/SmoothMax.md +++ b/documentation/Nodes/Maths/Scalar/SmoothMax.md @@ -1,5 +1,5 @@ # SmoothMax node -Returns the maximum value between A and B, but smooths out the intersections of A and B based on T. T is the smoothing value if passed 0 function will act as a standard max(), if negative value is passed it will act as [SmoothMin node](/documentation/Nodes/Maths/Scalar/SmoothMin.md). +Returns the maximum value between A and B, but smooths out the intersections of A and B based on T. T is the smoothing value. If 0 is passed at T, function will act as a standard max(), if negative value is passed it will act as [SmoothMin node](/documentation/Nodes/Maths/Scalar/SmoothMin.md).
**Inputs** diff --git a/documentation/Nodes/Maths/Scalar/SmoothMin.md b/documentation/Nodes/Maths/Scalar/SmoothMin.md index b639037..08d6829 100644 --- a/documentation/Nodes/Maths/Scalar/SmoothMin.md +++ b/documentation/Nodes/Maths/Scalar/SmoothMin.md @@ -1,5 +1,5 @@ # SmoothMin node -Returns the minimum value between A and B, but smooths out the intersections of A and B based on T. T is the smoothing value if passed 0 function will act as a standard min(), if negative value is passed it will act as [SmoothMax node](/documentation/Nodes/Maths/Scalar/SmoothMax.md). +Returns the minimum value between A and B, but smooths out the intersections of A and B based on T. T is the smoothing value. If 0 is passed at T, function will act as a standard min(), if negative value is passed it will act as [SmoothMax node](/documentation/Nodes/Maths/Scalar/SmoothMax.md).
**Inputs**