Inverse Vector: Difference between revisions
jrfconvert import |
No edit summary |
||
| Line 3: | Line 3: | ||
[[Image:drex_module_59_image_0.png|485pxpx|Inverse Vector]] | [[Image:drex_module_59_image_0.png|485pxpx|Inverse Vector]] | ||
'''Node Description & Purpose: '''<br /> The Inverse family of nodes calculate the multiplicative inverse, or reciprocal, of the Input value. Basically this means that the output value is one divided by the input value:<br /><br /> Output = 1 '''divided by''' Input<br /><br /> For vectors the calculation is done on a component-wise basis, for example: <br /><br /> Output.x = 1 '''divided by''' Input.x<br /> Output.y = 1 '''divided by''' Input.y<br /> Output.z = 1 '''divided by''' Input.z<br /><br /> Division by zero, which is an invalid operation and causes problems for computers, is handled safely by the nodes. In the case of division by zero the node will divide the value by epsilon, which is a very small number greater than zero. If you don't know what this means, basically you will get a very large valid number output from the node which ensures that your network will continue to work. If this was not done you could get either an invalid number which would cause problems in the rest of your network, or the application might even crash.<br /><br />'''Node Type: ''' Function<br /><br />'''Settings: '''<br /> These nodes have no other settings apart from the Input node. | |||
__NOTOC__ | __NOTOC__ | ||
<!-- imported from file: module_59.html--> | <!-- imported from file: module_59.html--> | ||
Revision as of 20:24, 28 April 2011
Inverse Vector
Node Description & Purpose:
The Inverse family of nodes calculate the multiplicative inverse, or reciprocal, of the Input value. Basically this means that the output value is one divided by the input value:
Output = 1 divided by Input
For vectors the calculation is done on a component-wise basis, for example:
Output.x = 1 divided by Input.x
Output.y = 1 divided by Input.y
Output.z = 1 divided by Input.z
Division by zero, which is an invalid operation and causes problems for computers, is handled safely by the nodes. In the case of division by zero the node will divide the value by epsilon, which is a very small number greater than zero. If you don't know what this means, basically you will get a very large valid number output from the node which ensures that your network will continue to work. If this was not done you could get either an invalid number which would cause problems in the rest of your network, or the application might even crash.
Node Type: Function
Settings:
These nodes have no other settings apart from the Input node.
