Blender V2.61 - r43446
|
#include "RAS_TexMatrix.h"
Go to the source code of this file.
Functions | |
void | RAS_CalcTexMatrix (RAS_TexVert p[3], MT_Point3 &origin, MT_Vector3 &udir, MT_Vector3 &vdir) |
Definition in file RAS_texmatrix.cpp.
void RAS_CalcTexMatrix | ( | RAS_TexVert | p[3], |
MT_Point3 & | origin, | ||
MT_Vector3 & | udir, | ||
MT_Vector3 & | vdir | ||
) |
Definition at line 35 of file RAS_texmatrix.cpp.
References MT_Vector3::closestAxis(), MT_Vector3::cross(), simple_enum_gen::d, MT_Vector3::dot(), MT_Vector3::normalize(), MT_Tuple3::x(), RAS_TexVert::xyz(), MT_Tuple3::y(), and MT_Tuple3::z().