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
43b221abebcc2cb65a66e65d07e2e8d3fa2c697c
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Private
/
Math
History
justin hare
a0c6f25ff3
Added angular speed units (deg/s, rad/s) for display in editor and conversion
...
#rb ben.hoffman [CL 27492784 by justin hare in ue5-main branch]
2023-08-30 14:38:26 -04:00
..
BasicMathExpressionEvaluator.cpp
…
Box2D.cpp
…
Color.cpp
Moved FString usage out of various headers to allow them to be compiled with only a forward-declaration.
2023-08-25 06:54:06 -04:00
ColorList.cpp
…
FloatPacker.cpp
…
GenericOctree.cpp
…
SHMath.cpp
…
Sobol.cpp
…
Sphere.cpp
…
Transform.cpp
…
TransformVectorized.cpp
…
UnitConversion.cpp
Added angular speed units (deg/s, rad/s) for display in editor and conversion
2023-08-30 14:38:26 -04:00
UnrealMath.cpp
#ue5 - Change TQuat::FindBetween_Helper() when dealing with anti-parallel (opposite direction) vectors. This restores the old behavior to prefer rotation around the Z-axis when dealing with vectors with X or Y dominant components, which causes rotations in gameplay to avoid adding roll when the quat is used for interpolation. Added more validation tests to compare old and new methods.
2023-06-08 16:28:33 -04:00
UnrealMath.tps
…
UnrealMathSSE.cpp
…