Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ReadBoundingBox
Method
ReadBoundingBox
Source/Engine/Serialization/Stream.cpp:552–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
}
551
552
void ReadStream::ReadBoundingBox(BoundingBox* box, bool useDouble)
553
{
554
Read(*box);
555
}
556
557
void ReadStream::ReadBoundingSphere(BoundingSphere* sphere, bool useDouble)
558
{
Callers
nothing calls this directly
Calls
1
Read
Function · 0.70
Tested by
no test coverage detected