tools:multi-maths
This is an old revision of the document!
Table of Contents
Multi-Maths (preliminary)
Multi-Maths is a node that attempts to collect all maths functions in a single user interface and node to encourage experimenting with different calculations.
The node has two scalar inputs (X and Y) as well as two vector inputs (A and B).
The outputs (Scalar or Vector) will be the result of the Scalar or Vector function (respectively) being computed using the input values.
The inputs may be swapped around without reconnecting them. This, for example, turns X / Y into Y / X.
Scalar Computations
Scalar = | Description |
---|---|
X + Y | |
X - Y | |
X * Y | |
X / Y | |
pow (X,Y) | |
sqrt(X) | |
frac(X) | |
int(X) | |
ceil(X) | |
floor(X) | |
fabs(X) | |
fmod(X,Y) | |
sin(X) | |
cos(X) | |
tan(X) | |
asin(X) | |
acos(X) | |
atan(X) | |
atan(X / Y) | |
sinh(X) | |
cosh(X) | |
tanh(X) | |
exp(X) | |
log(X) | |
log10(X) | |
A . B (dot product) | |
length(A) |
Vector Computations
Vector = | Description |
---|---|
A + B | |
A - B | |
A * B | |
A / B | |
A x B (cross product) | |
A * X | |
A / X | |
normalize(A) |
This is the plugin of the month for May 2019, made possible by the finest patrons on Patreon.
tools/multi-maths.1557833035.txt.gz · Last modified: by lightwolf