Skip to content
  • Thomas Otahal's avatar
    Created a filter for the vector magnitude worklet. · 556b9227
    Thomas Otahal authored
    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?
    556b9227