MCPcopy Create free account
hub / github.com/carbonengine/trinity / BoundingBoxInitialize

Function BoundingBoxInitialize

trinity/Utilities/BoundingBox.cpp:118–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116#endif
117
118void BoundingBoxInitialize( Vector3& min, Vector3& max )
119{
120 min.x = FLT_MAX;
121 min.y = FLT_MAX;
122 min.z = FLT_MAX;
123
124 max.x = -FLT_MAX;
125 max.y = -FLT_MAX;
126 max.z = -FLT_MAX;
127}
128
129void BoundingBoxInitialize( const Vector4& sphere, Vector3& min, Vector3& max )
130{

Callers 15

FillVertexBufferMethod · 0.85
GetDynamicBoundingBoxMethod · 0.85
GetDynamicBoundsMethod · 0.85
RenderDynamicBoundsMethod · 0.85
GetDynamicBoundsMethod · 0.85
RenderDynamicBoundsMethod · 0.85
SetupMeshesMethod · 0.85
Tr2InteriorPlaceableMethod · 0.85
BoundingBoxResetMethod · 0.85
IsReadyMethod · 0.85
GetDynamicBoundsMethod · 0.85

Calls 1

Vector3Class · 0.50

Tested by

no test coverage detected