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 7f320eb commit d9d3128
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/user_guide/nodes/rotation/random_euler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Random Euler

Description
-----------
This node generate a random euler with a defined range.
This node generates a random euler with a defined range.

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

Inputs
------

- **Seed** - Seed for the random generator, Where different seed generate different random euler.
- **Seed** - Seed for the random generator, where different seed generates different random euler.
- **Scale** - The range in positive and negative directions in radian.

Outputs
Expand All @@ -29,7 +29,7 @@ Note

The node has an **extra seed** (*Node Seed*) that can be used to differentiate between nodes with the same seed, e.g., When using multiple *Random euler* nodes in a loop while using the index as a seed, you can change the extra seed to get different results from the other nodes.

Animation Nodes automatically change the *Node Seed* when you duplicate or add a new *Random euler* node.
Animation Nodes automatically changes the *Node Seed* when you duplicate or add a new *Random euler* node.

Examples of Usage
-----------------
Expand Down
8 changes: 4 additions & 4 deletions docs/user_guide/nodes/rotation/random_quaternion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Random Quaternion

Description
-----------
This node generate a random quaternion.
This node generates a random quaternion.

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

Inputs
------

- **Seed** - Seed for the random generator, Where different seed generate different random quaternion.
- **Seed** - Seed for the random generator, where different seed generates different random quaternion.
- **Scale** - Scale of the quaternion elements.

Outputs
Expand All @@ -28,11 +28,11 @@ Note
----

The node has an **extra seed** (*Node Seed*) that can be used to differentiate
between nodes with the same seed, e.g., When using multiple *Random quaternion*
between nodes with the same seed, e.g., when using multiple *Random quaternion*
nodes in a loop while using the index as a seed, you can change the extra seed
to get different results from the other nodes.

Animation Nodes automatically change the *Node Seed* when you duplicate or add
Animation Nodes automatically changes the *Node Seed* when you duplicate or add
a new *quaternion vector* node.

Examples of Usage
Expand Down
14 changes: 7 additions & 7 deletions docs/user_guide/nodes/rotation/rotation_to_direction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@ Rotation To Direction

Description
-----------
This node convert input rotation to a corresponding vector.
This node converts input rotation to a corresponding vector.

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

Demonstration
-------------
To better understand how this node work, you can think of it as follow, It basically get you the local selected axis of the object.
To better understand how this node works, you can think of it as follows: it gets you the local selected axis of the object.

In this example you can see that the resulte vector is always aligned to the selected axis which is Z in this case.
In this example, you can see that the resultant vector is always aligned to the selected axis which is Z in this case.

.. image:: gifs/rotation_to_direction_node_demonstration.gif

Inputs
------
- **Rotation** - The rotation that define the direction.
- **Length** - The magnitude of the resulted vector.

- **Rotation** - The rotation that defines the direction.
- **Length** - The magnitude of the resultant vector.

Outputs
-------

- **Direction** - The resulted vector.
- **Direction** - The resultant vector.

Advanced Node Settings
----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/rotation/separate_quaternion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Separate Quaternion

Description
-----------
This node takes a quaternion and returns it's components.
This node takes a quaternion and returns its components.

.. image:: images/separate_quaternion_node.png
:width: 160pt
Expand Down

0 comments on commit d9d3128

Please sign in to comment.