[Bf-docboard-svn] bf-manual: [7576] trunk/blender_docs/manual: Clarify description of vector math trig operations

Hans Goudey noreply at blender.org
Tue Jan 12 20:50:12 CET 2021


Revision: 7576
          https://developer.blender.org/rBM7576
Author:   HooglyBoogly
Date:     2021-01-12 20:50:12 +0100 (Tue, 12 Jan 2021)
Log Message:
-----------
Clarify description of vector math trig operations

The operations are entrywise, but the descriptions only linked to wikipedia.

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_vector_math.rst
    trunk/blender_docs/manual/render/shader_nodes/converter/vector_math.rst

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_vector_math.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_vector_math.rst	2021-01-12 08:57:32 UTC (rev 7575)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_vector_math.rst	2021-01-12 19:50:12 UTC (rev 7576)
@@ -102,13 +102,13 @@
       The entrywise maximum from A and B.
 
    Sine
-      The `Sine <https://en.wikipedia.org/wiki/Sine>`__ of A.
+      The entrywise `Sine <https://en.wikipedia.org/wiki/Sine>`__ of A.
 
    Cosine
-      The `Cosine <https://en.wikipedia.org/wiki/Trigonometric_functions>`__ of A.
+      The entrywise `Cosine <https://en.wikipedia.org/wiki/Trigonometric_functions>`__ of A.
 
    Tangent
-      The `Tangent <https://en.wikipedia.org/wiki/Trigonometric_functions>`__ of A.
+      The entrywise `Tangent <https://en.wikipedia.org/wiki/Trigonometric_functions>`__ of A.
 
    .. note::
 

Modified: trunk/blender_docs/manual/render/shader_nodes/converter/vector_math.rst
===================================================================
--- trunk/blender_docs/manual/render/shader_nodes/converter/vector_math.rst	2021-01-12 08:57:32 UTC (rev 7575)
+++ trunk/blender_docs/manual/render/shader_nodes/converter/vector_math.rst	2021-01-12 19:50:12 UTC (rev 7576)
@@ -103,13 +103,13 @@
       The entrywise maximum from A and B.
 
    Sine
-      The `Sine <https://en.wikipedia.org/wiki/Sine>`__ of A.
+      The entrywise `Sine <https://en.wikipedia.org/wiki/Sine>`__ of A.
 
    Cosine
-      The `Cosine <https://en.wikipedia.org/wiki/Trigonometric_functions>`__ of A.
+      The entrywise `Cosine <https://en.wikipedia.org/wiki/Trigonometric_functions>`__ of A.
 
    Tangent
-      The `Tangent <https://en.wikipedia.org/wiki/Trigonometric_functions>`__ of A.
+      The entrywise `Tangent <https://en.wikipedia.org/wiki/Trigonometric_functions>`__ of A.
 
 
 Outputs



More information about the Bf-docboard-svn mailing list