newspeoplefor developersdocumentationdownloads

_matrix44_sse.cc

Go to the documentation of this file.
00001 #if defined(__USE_SSE__) || defined(DOXYGEN)
00002 
00003 #include "mathlib/_matrix44_sse.h"
00004 
00005 const _matrix44_sse _matrix44_sse::identity = _matrix44_sse();
00006 
00007 const _matrix44_sse _matrix44_sse::ortho = _matrix44_sse(0.5f, 0.0f,    0.0f, 0.0f,
00008                                                          0.0f, 0.6667f, 0.0f, 0.0f,
00009                                                          0.0f, 0.0f,   -0.5f, 0.0f,
00010                                                          0.0f, 0.0f,    0.5f, 1.0f);
00011 
00012 #endif // defined(__USE_SSE__) || defined(DOXYGEN)

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.