• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Attribution
2
3`glam` contains code ported from the following C++ libraries.
4
5## [DirectXMath]
6
7[DirectXMath]: https://docs.microsoft.com/en-us/windows/win32/dxmath/directxmath-portal
8
9[The MIT License (MIT)](https://github.com/microsoft/DirectXMath/blob/master/LICENSE)
10
11Copyright (c) 2011-2020 Microsoft Corp
12
13Permission is hereby granted, free of charge, to any person obtaining a copy of this
14software and associated documentation files (the "Software"), to deal in the Software
15without restriction, including without limitation the rights to use, copy, modify,
16merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
17permit persons to whom the Software is furnished to do so, subject to the following
18conditions:
19
20The above copyright notice and this permission notice shall be included in all copies
21or substantial portions of the Software.
22
23THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
24INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
25PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
26HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
27CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
28OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29
30## [Realtime Math]
31
32[Realtime Math]: https://github.com/nfrechette/rtm
33
34[MIT License](https://github.com/nfrechette/rtm/blob/develop/LICENSE)
35
36Copyright (c) 2018 Nicholas Frechette
37
38Permission is hereby granted, free of charge, to any person obtaining a copy
39of this software and associated documentation files (the "Software"), to deal
40in the Software without restriction, including without limitation the rights
41to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42copies of the Software, and to permit persons to whom the Software is
43furnished to do so, subject to the following conditions:
44
45The above copyright notice and this permission notice shall be included in all
46copies or substantial portions of the Software.
47
48THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
51AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54SOFTWARE.
55
56## [GLM]
57
58[GLM]: https://glm.g-truc.net
59
60[The MIT License](https://github.com/g-truc/glm/blob/master/copying.txt)
61
62Copyright (c) 2005 - G-Truc Creation
63
64Permission is hereby granted, free of charge, to any person obtaining a copy
65of this software and associated documentation files (the "Software"), to deal
66in the Software without restriction, including without limitation the rights
67to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
68copies of the Software, and to permit persons to whom the Software is
69furnished to do so, subject to the following conditions:
70
71The above copyright notice and this permission notice shall be included in
72all copies or substantial portions of the Software.
73
74THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
75IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
77AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
78LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
79OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
80THE SOFTWARE.
81