Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
void BoundingSphereInitialize( Vector4& sphere )
10
{
11
sphere = Vector4( 0.f, 0.f, 0.f, 0.f );
12
}
13
14
bool BoundingSphereIsInside( const Vector4& sphere, const Vector3& pos )
15
{
Callers
12
FillVertexBuffer
Method · 0.85
GetDynamicBounds
Method · 0.85
GetDynamicBounds
Method · 0.85
GetDynamicBounds
Method · 0.85
EveEllipseSet
Method · 0.85
RebuildGeometry
Method · 0.85
SubmitChanges
Method · 0.85
EveCurveLineSet
Method · 0.85
RebuildMissileBoundingSphere
Method · 0.85
EveBoosterSet2
Method · 0.85
Clear
Method · 0.85
GetBoundingSphere
Method · 0.85
Calls
1
Vector4
Class · 0.50
Tested by
no test coverage detected