AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
BoundsTrait< GameObjectModel > Struct Reference

Static Public Member Functions

static void GetBounds (const GameObjectModel &g, G3D::AABox &out)
 
static void GetBounds2 (const GameObjectModel *g, G3D::AABox &out)
 

Detailed Description

Member Function Documentation

◆ GetBounds()

static void BoundsTrait< GameObjectModel >::GetBounds ( const GameObjectModel g,
G3D::AABox &  out 
)
inlinestatic
53{ out = g.GetBounds();}
const G3D::AABox & GetBounds() const
Definition: GameObjectModel.h:59

References GameObjectModel::GetBounds().

◆ GetBounds2()

static void BoundsTrait< GameObjectModel >::GetBounds2 ( const GameObjectModel g,
G3D::AABox &  out 
)
inlinestatic
54{ out = g->GetBounds();}

References GameObjectModel::GetBounds().