Commit Graph

79 Commits

Author SHA1 Message Date
Stefan Leichter
d12793a2b5 d3dx8: Add WINAPI to the prototypes of D3DXMatrixTransformation. 2007-11-28 11:16:25 +01:00
David Adam
cf443380ba d3dx8: Implement D3DXMatrixTransformation. 2007-11-26 12:53:34 +01:00
David Adam
f1bc484947 d3dx8: Implement D3DXQuaternionExp. 2007-11-26 12:53:26 +01:00
David Adam
41029cc88c d3dx8: Implement D3DXQuaternionLn. 2007-11-26 12:53:17 +01:00
David Adam
16a8efa410 d3dx8: Implement D3DXQuaternionRotationYawPitchRoll. 2007-11-26 12:52:58 +01:00
David Adam
eee8dd17d8 d3dx8: Implement D3DXQuaternionRotationMatrix. 2007-11-26 12:52:49 +01:00
David Adam
345994fbce d3dx8: Implement D3DXQuaternionRotationAxis. 2007-11-26 12:52:39 +01:00
David Adam
7a4490c062 d3dx8: Implement D3DXQuaternionToAxisAngle. 2007-11-26 12:52:27 +01:00
David Adam
e8edc51d34 d3dx8: Implement D3DXQuaternionBaryCentric. 2007-11-20 16:43:58 +01:00
David Adam
8ec01f62b0 d3dx8: Implement D3DXQuaternionSquad. 2007-11-20 16:43:32 +01:00
David Adam
cb954ca6b4 d3dx8: Implement D3DXQuaternionSlerp. 2007-11-20 16:43:22 +01:00
David Adam
54e8d08e45 d3dx8: Implement D3DXQuaternionInverse. 2007-11-20 16:43:10 +01:00
David Adam
45b13a6cab d3dx8: Implement D3DXQuaternionMultiply. 2007-11-20 16:43:01 +01:00
David Adam
375dcaa82e d3dx8: Implement D3DXColorAdjustContrast. 2007-11-20 16:42:51 +01:00
David Adam
8389eab6b7 d3dx8: Implement D3DXColorAdjustSaturation. 2007-11-20 16:42:41 +01:00
David Adam
4a28945505 d3dx8: Implement D3DXPlaneTransform. 2007-11-20 16:41:21 +01:00
David Adam
54d3bb28fd d3dx8: Implement D3DXPlaneFromPoints. 2007-11-20 16:41:12 +01:00
David Adam
3d30866133 d3dx8: Implement D3DXPlaneFromPointNormal. 2007-11-20 16:41:03 +01:00
David Adam
5cc527d30d d3dx8: Implement D3DXMatrixReflect. 2007-11-16 12:34:39 +01:00
David Adam
a1010e6c94 d3dx8: Implement D3DXMatrixShadow. 2007-11-16 12:34:29 +01:00
David Adam
c432b48a51 d3dx8: Implement D3DXPlaneIntersectLine. 2007-11-16 12:33:47 +01:00
David Adam
8abfaa04cc d3dx8: Implement D3DXPlaneNormalize. 2007-11-16 12:33:32 +01:00
Francois Gouget
df17f1ead2 d3dx8: Make d3dx8math.h C++ compatible. 2007-11-13 13:37:20 +01:00
David Adam
6840049f2f d3dx8: Implement D3DXMatrixAffine Transformation. 2007-11-13 13:34:56 +01:00
David Adam
147600b671 d3dx8: Implement D3DXVec3Unproject. 2007-11-12 13:00:08 +01:00
David Adam
6c902b42d5 d3dx8: Implement D3XMatrixVec3Project. 2007-11-12 13:00:01 +01:00
David Adam
3231c01c42 d3dx8: Implement D3XMatrixMultiplyTranspose. 2007-11-12 12:59:53 +01:00
David Adam
43643072da d3dx8: Implement D3XMatrixInverse. 2007-11-12 12:59:44 +01:00
Tony Wasserka
f40955bf54 d3dx8: Implement the C++ stuff of the D3DXCOLOR structure. 2007-11-12 12:41:40 +01:00
Tony Wasserka
94ccd3f014 d3dx8: Implement the C++ stuff of the D3DXPLANE structure. 2007-11-12 12:41:33 +01:00
Tony Wasserka
00bcbe254f d3dx8: Implement the C++ stuff of the D3DXQUATERNION structure. 2007-11-12 12:41:27 +01:00
Tony Wasserka
f422aead30 d3dx8: Implement the C++ stuff of the D3DXMATRIX structure. 2007-11-12 12:41:20 +01:00
Tony Wasserka
dca53f1890 d3dx8: Implement the C++ stuff of the D3DXVECTOR4 structure. 2007-11-12 12:40:47 +01:00
Tony Wasserka
d320460765 d3dx8: Implement the C++ stuff of the D3DXVECTOR3 structure. 2007-11-12 12:40:36 +01:00
Tony Wasserka
74750c3c64 d3dx8: Implement the C++ stuff of the D3DXVECTOR2 structure. 2007-11-12 12:40:14 +01:00
David Adam
951ca73ff7 d3dx8: Implement D3DXMatrixOrthoOffCenterLH. 2007-11-06 13:01:41 +01:00
David Adam
9fc132d02f d3dx8: Implement D3DXMatrixOrthoOffCenterRH. 2007-11-06 13:01:31 +01:00
David Adam
4bbe41bb5e d3dx8: Implement D3DXMatrixPerspectiveOrthoLH. 2007-11-05 14:58:45 +01:00
David Adam
23d9da1eb9 d3dx8: Implement D3DXMatrixPerspectiveOrthoRH. 2007-11-05 14:58:38 +01:00
David Adam
515d7101ce d3dx8: Implement D3DXMatrixPerspectiveOffCenterLH. 2007-11-05 14:58:31 +01:00
David Adam
110fcb4926 d3dx8: Implement D3DXMatrixPerspectiveOffCenterRH. 2007-11-05 14:58:24 +01:00
David Adam
bc386fd753 d3dx8: Implement D3DXMatrixPerspectiveFovLH. 2007-11-05 14:58:16 +01:00
David Adam
f45e991c78 d3dx8: Implement D3DXMatrixPerspectiveFovRH. 2007-11-05 14:58:09 +01:00
David Adam
bde962f0ff d3dx8: Implement D3DXMatrixPerspectiveLH. 2007-11-05 14:58:02 +01:00
David Adam
5154b203b0 d3dx8: Implement D3DXMatrixPerspectiveRH. 2007-11-05 14:57:55 +01:00
David Adam
324aad4545 d3dx8: Implement D3DXMatrixLookAtLH. 2007-11-05 14:57:45 +01:00
David Adam
8d996a22a8 d3dx8: Implement D3DXMatrixLookAtRH. 2007-11-05 14:57:33 +01:00
David Adam
15f029a5ee d3dx8: Implement D3DXMatrixRotationYawPitchRoll. 2007-11-05 14:57:21 +01:00
David Adam
11bd418aa2 d3dx8: Implement D3DXMatrixRotationQuaternion. 2007-11-05 14:57:09 +01:00
David Adam
035773b9fe d3dx8: Implement D3DXMatrixRotationAxis. 2007-10-31 12:39:54 +01:00