Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToFloat3
Method
ToFloat3
Source/Engine/Core/Math/Half.cpp:66–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
Float3 Half3::ToFloat3() const
67
{
68
return Float3(
69
Float16Compressor::Decompress(X),
70
Float16Compressor::Decompress(Y),
71
Float16Compressor::Decompress(Z)
72
);
73
}
74
75
Half4::Half4(const Float4& v)
76
{
Callers
15
Init
Method · 0.45
exportCachePreview
Method · 0.45
SampleCache
Function · 0.45
TestMath.cpp
File · 0.45
TestConversion
Method · 0.45
PixelFormatExtensions.cpp
File · 0.45
DownloadVertexBuffer
Method · 0.45
InitFromModelVertices
Method · 0.45
DownloadVertexBuffer
Method · 0.45
SaveLOD
Method · 0.45
FloatR11G11B10.cs
File · 0.45
Draw
Method · 0.45
Calls
2
Float3
Class · 0.85
Decompress
Function · 0.85
Tested by
1
TestConversion
Method · 0.36