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

Function BoundingBoxUpdate

trinity/Utilities/BoundingBox.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void BoundingBoxUpdate( Vector3& min, Vector3& max, const Vector3& otherMin, const Vector3& otherMax )
170{
171 BoundingBoxUpdate( min, max, otherMin );
172 BoundingBoxUpdate( min, max, otherMax );
173}
174
175void BoundingBoxUpdate( Vector3& min, Vector3& max, const Vector3& pos )
176{

Callers 15

FillVertexBufferMethod · 0.85
GetDynamicBoundingBoxMethod · 0.85
GetDynamicBoundsMethod · 0.85
RenderDynamicBoundsMethod · 0.85
GetDynamicBoundsMethod · 0.85
RenderDynamicBoundsMethod · 0.85
SetupMeshesMethod · 0.85
CalculateBoundingBoxMethod · 0.85
IsReadyMethod · 0.85
GetDynamicBoundsMethod · 0.85
RenderDynamicBoundsMethod · 0.85

Calls 1

Vector3Class · 0.50

Tested by

no test coverage detected