Skip to content

Created a filter for the vector magnitude worklet.

Modified the vector magnitude worklet to accept VecAll instead of Vec3 and return Scalar. Modified the Magnitude() and Sqrt() functions to return FloatDefault for all inputs except for Float64.

Perhaps we should modify other functions in Math.h and VectorAnalysis.h to return float types for intergral arguments instead of integral types?

Merge request reports