TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
model.h File Reference
#include "vec3d.h"
#include "modelheaders.h"
#include <vector>
+ Include dependency graph for model.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Model
 
class  ModelInstance
 

Functions

Vec3D fixCoordSystem (Vec3D v)
 

Function Documentation

Vec3D fixCoordSystem ( Vec3D  v)
138 {
139  return Vec3D(v.x, v.z, -v.y);
140 }
float x
Definition: vec3d.h:28
float z
Definition: vec3d.h:28
float y
Definition: vec3d.h:28
Definition: vec3d.h:25

+ Here is the caller graph for this function: