Length to scalar![]() The Length to scalar node calculates the length, or magnitude, of the Input vector and then outputs the length as a scalar. The length is calculated using the following formula:
scalar becomes square root of( vector.x x vector.x + vector.y x vector.y + vector.z x vector.z ) |