This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
daacee5732ea20871e243ccd11746bd97a142e4e
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Private
/
Math
History
wouter dek
3b69c3d0f1
Mitigation against editor viewport setting ortho zoom to float max value, which causes an ensure from rendering code due to precision loss.
...
#rb jon.cain [CL 31854437 by wouter dek in ue5-main branch]
2024-02-27 16:55:25 -05:00
..
BasicMathExpressionEvaluator.cpp
Replaced RemoveAt(N, 1, EAllowShrinking::*) with RemoveAt(N, EAllowShrinking::*).
2024-02-19 16:51:58 -05:00
Box2D.cpp
…
Color.cpp
…
ColorList.cpp
…
DoubleFloat.cpp
Mitigation against editor viewport setting ortho zoom to float max value, which causes an ensure from rendering code due to precision loss.
2024-02-27 16:55:25 -05:00
FloatPacker.cpp
…
GenericOctree.cpp
…
SHMath.cpp
…
Sobol.cpp
…
Sphere.cpp
…
Transform.cpp
…
TransformVectorized.cpp
…
UnitConversion.cpp
Replaced RemoveAt(N, 1, EAllowShrinking::*) with RemoveAt(N, EAllowShrinking::*).
2024-02-19 16:51:58 -05:00
UnrealMath.cpp
#ue5 - Optimize TQuat<T>::Slerp_NotNormalized(). Removes 1 branch, based on negative angle identity for Sine function. Added startup tests to validate old versus new function and also test both versions for both positive and negative 'RawCosom' values (not previously tested).
2024-01-29 23:37:46 -05:00
UnrealMath.tps
…
UnrealMathSSE.cpp
…