1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-11-21 20:00:12 +00:00

XNAMath 2.00

This commit is contained in:
Chuck Walbourn 2016-05-23 12:42:38 -07:00
parent 8e16192e2e
commit 7535284c28
6 changed files with 27245 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
*.psess
*.vsp
*.log
*.err
*.wrn
*.suo
*.sdf
*.user
*.i
*.vspscc
*.opensdf
*.opendb
*.ipch
*.cache
*.tlog
*.lastbuildstate
*.ilk
*.VC.db
/Tests
/wiki

2621
Inc/xnamath.h Normal file

File diff suppressed because it is too large Load Diff

5173
Inc/xnamathconvert.inl Normal file

File diff suppressed because it is too large Load Diff

3304
Inc/xnamathmatrix.inl Normal file

File diff suppressed because it is too large Load Diff

2567
Inc/xnamathmisc.inl Normal file

File diff suppressed because it is too large Load Diff

13560
Inc/xnamathvector.inl Normal file

File diff suppressed because it is too large Load Diff