Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToFloat2
Method
ToFloat2
Source/Engine/Core/Math/Half.cpp:58–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
#endif
57
58
Float2 Half2::ToFloat2() const
59
{
60
return Float2(
61
Float16Compressor::Decompress(X),
62
Float16Compressor::Decompress(Y)
63
);
64
}
65
66
Float3 Half3::ToFloat3() const
67
{
Callers
2
PixelFormatExtensions.cpp
File · 0.45
InitFromModelVertices
Method · 0.45
Calls
2
Float2
Class · 0.85
Decompress
Function · 0.85
Tested by
no test coverage detected