Share

Mathematical expressions

The following tables provide a list of mathematical expressions.

DISTANCEDescription
PurposeFinds the distance between two vectors.
Syntaxdistance(vector1, vector2)Point1 and point2 should be two positions in 3D space.
DISTANCE NUMBERSDescription
SendsThe distance between the two numbers.
SyntaxSetDistanceNumbers
GO TO BEGINDescription
PurposeWhen triggered (the value is changed from 0 to 1), the Transport Controls move to the start of the take.
SyntaxGotobegin (A2)
GO TO ENDDescription
PurposeWhen triggered (the value is changed from 0 to 1), the Transport Controls move to the end of the take.
SyntaxGotoEnd (bool)
GO TO POSITIONDescription
PurposeWhen triggered (the value is changed from 0 to 1), the Transport Controls move to a specified position.
SyntaxGotoPosition (cell)
LENGTHDescription
PurposeFinds the length of a vector.
Syntaxlength(vector)
MIDDLE POINTDescription
ReturnsThe position vector dependent on the ratio between the two position’s vectors.
Syntaxmiddlepoint(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.
NORMDescription
ReturnsThe normalized vector. Vector is the vector you want to normalize.
Syntaxnorm(vector)
PLAY MODEDescription
PurposeChanges the value of the playback mode.
SyntaxSetPlayMode
PLAY BACKWARD MODEDescription
PurposeChanges the value of the playback mode.
SyntaxSetPlayBackwardMode
POWDescription
ReturnsThe result of a number raised to a power.
Syntaxnumber1^number2 Number1 is the base number. It can be any real number. Number2 is the exponent, to which the base number is raised.
PRODUCTDescription
PurposeMultiplies its arguments.
Syntax 1number1*number2 Number1 is the number that you want to multiply with number2.
Syntax 2vector1*vector2 Vector1 and vector2 combine to give you the cross product.
QUOTIENTDescription
PurposeNumber2 is the number by which you want to divide number1.
Syntaxnumber1 / number2
RECORD MODEDescription
PurposeChanges the value of the Record mode.
SyntaxSetRecordMode
STEP FORWARDDescription
SyntaxStepForward (cell)When triggered (the value is changed from 0 to 1), the Transport Controls move one step forward.
STEP BACKWARDDescription
PurposeWhen triggered (the value is changed from 0 to 1), the Transport Controls move one step backward.
SyntaxStepBackward
SUMDescription
PurposeAdds two arguments.
Syntax 1number1 + number2 Number1 and number2 are the numbers or numerical cells that you want to add.
Syntax 2vector1 + vector2Vector1 and vector2 are the vectors or vector cells that you want to add.
SUBDescription
PurposeSubstitutes arguments.
Syntax 1number1 - number2 Number1 is the number that you want substituted by number2.
Syntax 2vector1 - vector2 Vector1 is the vector that you want substituted by vector2.

Was this information helpful?