Skip to content

Commit

Permalink
Grammar and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lordlatch committed Mar 15, 2017
1 parent e90508a commit bbedd63
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/user_guide/nodes/matrix/mix_matrices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Mix Matrices

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

.. image:: images/mix_matrices_node.png
:width: 160pt
Expand All @@ -12,14 +12,14 @@ Inputs
------

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


Outputs
-------

- **Result** - The result matrix of mixing the two matrices by the input factor.
- **Result** - The resultant matrix of mixing the two matrices by the input factor.

Advanced Node Settings
----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/matrix/rotation_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Note that the input may be an **euler** if the rotation matrix is generated for
Outputs
-------

- **Matrix** - A transformation matrix that carry the rotation information.
- **Matrix** - A transformation matrix that contains the rotation information.

Advanced Node Settings
----------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/nodes/matrix/scale_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ Scale Matrix
Description
-----------
This node generates a scale transformation matrix based on an input vector.
The transformation matrix can then be multiplied to a matrix to perform the scalling.
The transformation matrix can then be multiplied to a matrix to perform the scaling.

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

Inputs
------

- **Scale** - A vector that store the amount of scalling in the output transformation matrix.
- **Scale** - A vector that stores the amount of scaling in the output transformation matrix.

Outputs
-------

- **Matrix** - A transformation matrix that carry the scale information.
- **Matrix** - A transformation matrix that contains the scale information.

Advanced Node Settings
----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/matrix/shear_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Inputs
Outputs
-------

- **Matrix** - A transformation matrix that carry the shearing information.
- **Matrix** - A transformation matrix that contains the shearing information.

Advanced Node Settings
----------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide/nodes/matrix/translation_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ The transformation matrix can then be multiplied to a matrix to perform the tran
Inputs
------

- **Translation** - A vector that store the amount of translation in the output transformation matrix.
- **Translation** - A vector that stores the amount of translation in the output transformation matrix.

Outputs
-------

- **Matrix** - A transformation matrix that carry the translation information.
- **Matrix** - A transformation matrix that contains the translation information.

Advanced Node Settings
----------------------
Expand Down

0 comments on commit bbedd63

Please sign in to comment.