Go to: Synopsis. Return value. Related. MEL examples.
mag
vector
mag is NOT undoable, NOT queryable, and NOT editable.
This command returns the magnitude (or length) of its argument.float | Magnitude value |
mag <<7, 8, 9>>; // Result: 13.9284 //