Blender Git Commit Log
Git Commits -> Revision d54e71c
Revision d54e71c by Porteries Tristan (temp_bge_moto) October 31, 2015, 18:45 (GMT) |
BGE: Moto: use templates to avoid duplicated code to convert in double or float arrays. |
Commit Details:
Full Hash: d54e71c8bf1b0ea5651f9b44282f367c5d4e0906
Parent Commit: df61c50
Lines Changed: +116, -225
15 Modified Paths:
/intern/moto/include/MT_CmMatrix4x4.h (+14, -13) (Diff)
/intern/moto/include/MT_Matrix3x3.h (+19, -39) (Diff)
/intern/moto/include/MT_Matrix4x4.h (+18, -38) (Diff)
/intern/moto/include/MT_Point2.h (+2, -2) (Diff)
/intern/moto/include/MT_Point3.h (+2, -2) (Diff)
/intern/moto/include/MT_Quaternion.h (+2, -2) (Diff)
/intern/moto/include/MT_Transform.h (+17, -7) (Diff)
/intern/moto/include/MT_Tuple2.h (+8, -14) (Diff)
/intern/moto/include/MT_Tuple3.h (+13, -23) (Diff)
/intern/moto/include/MT_Tuple4.h (+15, -27) (Diff)
/intern/moto/include/MT_Vector2.h (+2, -2) (Diff)
/intern/moto/include/MT_Vector3.h (+2, -2) (Diff)
/intern/moto/include/MT_Vector4.h (+2, -2) (Diff)
/intern/moto/intern/MT_CmMatrix4x4.cpp (+0, -28) (Diff)
/intern/moto/intern/MT_Transform.cpp (+0, -24) (Diff)
/intern/moto/include/MT_Matrix3x3.h (+19, -39) (Diff)
/intern/moto/include/MT_Matrix4x4.h (+18, -38) (Diff)
/intern/moto/include/MT_Point2.h (+2, -2) (Diff)
/intern/moto/include/MT_Point3.h (+2, -2) (Diff)
/intern/moto/include/MT_Quaternion.h (+2, -2) (Diff)
/intern/moto/include/MT_Transform.h (+17, -7) (Diff)
/intern/moto/include/MT_Tuple2.h (+8, -14) (Diff)
/intern/moto/include/MT_Tuple3.h (+13, -23) (Diff)
/intern/moto/include/MT_Tuple4.h (+15, -27) (Diff)
/intern/moto/include/MT_Vector2.h (+2, -2) (Diff)
/intern/moto/include/MT_Vector3.h (+2, -2) (Diff)
/intern/moto/include/MT_Vector4.h (+2, -2) (Diff)
/intern/moto/intern/MT_CmMatrix4x4.cpp (+0, -28) (Diff)
/intern/moto/intern/MT_Transform.cpp (+0, -24) (Diff)