Math.Normalize¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
Any valid integer(s), floating point number(s), or a sequence of such entities supported by this operation. | [ Float ] Float2 [ Float2 ] Float3 [ Float3 ] Float4 [ Float4 ] |
||
<output> |
The result of the operation, usually in the same type as the input value. | [ Float ] Float2 [ Float2 ] Float3 [ Float3 ] Float4 [ Float4 ] |
||
Positive |
If the output should be in the range 0.0~1.0 instead of -1.0~1.0. | false |
Bool |
Applies the unary operation on the input value and returns the result (or a sequence of results if the input and the operand are sequences).