|
Render Toolbox 3
v2.1
|
Dummy functions to Explain Documentation. More...
Functions | |
| BasicFunction () | |
| This is an basic example function. | |
| outValue | GreatFunction (inArg) |
| This is a regular example function. | |
| outOne outTwo | SuperDuperFunction (inOne, inTwo) |
| This is a longer example function. | |
Dummy functions to Explain Documentation.
RenderToolbox3 functions are documented in groups of related functions called Modules. Each module gets its own page with:
| BasicFunction | ( | ) |
This is an basic example function.
This is an example function to help explain how the function reference works. It takes no arguments and returns nothing.
Usage: basicFunction()
| outValue GreatFunction | ( | inArg | ) |
This is a regular example function.
| inArg | an input argument |
This is an example function to help explain how the function reference works. It takes one argument, inArg.
It returns one output value.
Usage: outValue = GreatFunction(inArg)
| outOne outTwo SuperDuperFunction | ( | inOne | , |
| inTwo | |||
| ) |
This is a longer example function.
| inOne | the first input argument |
| inTwo | the second input argument |
This is an example function to help explain how the function reference works. It takes two arguments, inOne and inTwo.
It returns two output values.
Usage: [outOne, outTwo] = SuperDuperFunction(inOne, inTwo)
1.8.2