TUniformGridBase::Cell

Disable optimization (-ffast-math) since its currently causing regressions.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/UniformGrid.h

Include

#include "Chaos/UniformGrid.h"

Syntax

TVector< int32, d > Cell
(
    const TVector< T, d > & X
) const

Remarks

Disable optimization (-ffast-math) since its currently causing regressions. freciprocal-math: x / y = x * rccps(y) rcpps is faster but less accurate (12 bits of precision), this can causes incorrect CellIdx

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss