TrinityCore
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Static Public Member Functions
|
List of all members
HashTrait< G3D::Sphere > Struct Template Reference
#include <
Sphere.h
>
Static Public Member Functions
static size_t
hashCode
(
const
G3D::Sphere
&key)
Member Function Documentation
static size_t
HashTrait
<
G3D::Sphere
>::hashCode
(
const
G3D::Sphere
&
key
)
inline
static
149
{
150
return
static_cast<
size_t
>
(key.
center
.
hashCode
() + (key.
radius
* 13));
151
}
G3D::Sphere::radius
float radius
Definition:
Sphere.h:31
G3D::Vector3::hashCode
size_t hashCode() const
Definition:
Vector3.cpp:155
G3D::Sphere::center
Point3 center
Definition:
Sphere.h:30
Here is the call graph for this function:
The documentation for this struct was generated from the following file:
dep/g3dlite/include/G3D/
Sphere.h
Generated on Tue Apr 5 2016 20:17:48 for TrinityCore by
1.8.8