Skip to content

Commit

Permalink
Grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lordlatch committed Mar 14, 2017
1 parent c853141 commit 7a054c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/vector/combine_vector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Combine Vector

Description
-----------
This node compose a 3D vector from X,Y,Z components.
This node composes a 3D vector from X,Y,Z components.

.. image:: images/combine_vector_node.png
:width: 160pt
Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide/nodes/vector/dot_product.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Dot Product

Description
-----------
This node calculate the dot product of the 2 input vectors.
This node calculates the dot product of the 2 input vectors.

.. image:: images/dot_product_node.png
:width: 160pt

Inputs
------

- **Vector A** - The first vector.
- **Vector B** - The second vector.

Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/nodes/vector/mix_vectors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Mix Vectors

Description
-----------
This node mix between 2 vectors by a defined factor.
This node mixes between 2 vectors by a defined factor.

.. image:: images/mix_vectors_node.png
:width: 160pt

Inputs
------

- **Factor** - A float that control the amount of each vector input to the output, Where 0 means the first vector only and 1 means the second vector only.
- **Factor** - A float that controls the amount of each vector input to the output, Where 0 means the first vector only and 1 means the second vector only.


Outputs
Expand All @@ -27,7 +27,7 @@ Advanced Node Settings
Note
----

By how the *Mix Vectors* works, A factor that is larger than 1 won't be clamped but rather multiplied to the second float, That's why the node has an option to *Clamp Factor*. So if *Clamp factor* is enables, Any factor that is larger than 1 will resturn the second vector.
How the *Mix Vectors* works, a factor that is larger than 1 won't be clamped but rather multiplied to the second float- that's why the node has an option to *Clamp Factor*. So if *Clamp factor* is enabled, Any factor that is larger than 1 will return the second vector.

Examples of Usage
-----------------
Expand Down

0 comments on commit 7a054c2

Please sign in to comment.