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

Function BoundingSphereInitialize

trinity/Utilities/BoundingSphere.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "Utilities/Vector4d.h"
8
9void BoundingSphereInitialize( Vector4& sphere )
10{
11 sphere = Vector4( 0.f, 0.f, 0.f, 0.f );
12}
13
14bool BoundingSphereIsInside( const Vector4& sphere, const Vector3& pos )
15{

Callers 12

FillVertexBufferMethod · 0.85
GetDynamicBoundsMethod · 0.85
GetDynamicBoundsMethod · 0.85
GetDynamicBoundsMethod · 0.85
EveEllipseSetMethod · 0.85
RebuildGeometryMethod · 0.85
SubmitChangesMethod · 0.85
EveCurveLineSetMethod · 0.85
EveBoosterSet2Method · 0.85
ClearMethod · 0.85
GetBoundingSphereMethod · 0.85

Calls 1

Vector4Class · 0.50

Tested by

no test coverage detected