|
|
//========= Copyright � 1996-2006, Valve Corporation, All rights reserved. ============//
//
// Purpose: static vector table for 32-plane kdops
//
// $Workfile: $
// $NoKeywords: $
//=============================================================================//
//
// **** DO NOT EDIT THIS FILE. GENERATED BY genvectors.PL ****
//
const fltx4 g_KDop32XDirs[] = { { 1.000000, 0.000000, 0.000000, -0.577977, }, { 0.576708, -0.579777, -0.573256, -0.804198, }, { -0.802749, 0.806847, 0.592951, -0.005415, }, { 0.000459, 0.444936, -0.195083, 0.439082, }, };
const fltx4 g_KDop32YDirs[] = { { 0.000000, 1.000000, 0.000000, -0.577534, }, { -0.578924, -0.575789, 0.579000, 0.000771, }, { 0.596314, 0.590760, -0.001819, -0.806919, }, { -0.597894, 0.873484, -0.443078, 0.202338, }, };
const fltx4 g_KDop32ZDirs[] = { { 0.000000, 0.000000, 1.000000, 0.576538, }, { 0.576416, -0.576477, 0.579773, 0.594360, }, { 0.001587, -0.000671, 0.805237, -0.590637, }, { 0.801575, 0.197632, -0.875000, -0.875366, }, };
|