Mathematical expressions
The following tables provide a list of mathematical expressions.
DISTANCE | Description |
---|
Purpose | Finds the distance between two vectors. |
Syntax | distance(vector1, vector2)Point1 and point2 should be two positions in 3D space. |
DISTANCE NUMBERS | Description |
---|
Sends | The distance between the two numbers. |
Syntax | SetDistanceNumbers |
GO TO BEGIN | Description |
---|
Purpose | When triggered (the value is changed from 0 to 1), the Transport Controls move to the start of the take. |
Syntax | Gotobegin (A2) |
GO TO END | Description |
---|
Purpose | When triggered (the value is changed from 0 to 1), the Transport Controls move to the end of the take. |
Syntax | GotoEnd (bool) |
GO TO POSITION | Description |
---|
Purpose | When triggered (the value is changed from 0 to 1), the Transport Controls move to a specified position. |
Syntax | GotoPosition (cell) |
LENGTH | Description |
---|
Purpose | Finds the length of a vector. |
Syntax | length(vector) |
MIDDLE POINT | Description |
---|
Returns | The position vector dependent on the ratio between the two position’s vectors. |
Syntax | middlepoint(vector1,vector2,number)Vector1 is a position vector. Vector2 is a position vector. Number is a real number that represents the position ratio between the two positions’ vectors. |
NORM | Description |
---|
Returns | The normalized vector. Vector is the vector you want to normalize. |
Syntax | norm(vector) |
PLAY MODE | Description |
---|
Purpose | Changes the value of the playback mode. |
Syntax | SetPlayMode |
PLAY BACKWARD MODE | Description |
---|
Purpose | Changes the value of the playback mode. |
Syntax | SetPlayBackwardMode |
POW | Description |
---|
Returns | The result of a number raised to a power. |
Syntax | number1^number2 Number1 is the base number. It can be any real number. Number2 is the exponent, to which the base number is raised. |
PRODUCT | Description |
---|
Purpose | Multiplies its arguments. |
Syntax 1 | number1*number2 Number1 is the number that you want to multiply with number2. |
Syntax 2 | vector1*vector2 Vector1 and vector2 combine to give you the cross product. |
QUOTIENT | Description |
---|
Purpose | Number2 is the number by which you want to divide number1. |
Syntax | number1 / number2 |
RECORD MODE | Description |
---|
Purpose | Changes the value of the Record mode. |
Syntax | SetRecordMode |
STEP FORWARD | Description |
---|
Syntax | StepForward (cell)When triggered (the value is changed from 0 to 1), the Transport Controls move one step forward. |
STEP BACKWARD | Description |
---|
Purpose | When triggered (the value is changed from 0 to 1), the Transport Controls move one step backward. |
Syntax | StepBackward |
SUM | Description |
---|
Purpose | Adds two arguments. |
Syntax 1 | number1 + number2 Number1 and number2 are the numbers or numerical cells that you want to add. |
Syntax 2 | vector1 + vector2Vector1 and vector2 are the vectors or vector cells that you want to add. |
SUB | Description |
---|
Purpose | Substitutes arguments. |
Syntax 1 | number1 - number2 Number1 is the number that you want substituted by number2. |
Syntax 2 | vector1 - vector2 Vector1 is the vector that you want substituted by vector2. |