Удаление гомогенных векторов и матриц (возможно, в будущем будут добавлены 4-мерные векторы и матрицы 4x4)
This commit is contained in:
parent
86ea23de7d
commit
727961ad98
8 changed files with 12 additions and 420 deletions
|
|
@ -27,8 +27,6 @@
|
|||
<ClInclude Include="dual-scalar.h" />
|
||||
<ClInclude Include="dual-quaternion.h" />
|
||||
<ClInclude Include="dual-vector3.h" />
|
||||
<ClInclude Include="hmg-matrix3x3.h" />
|
||||
<ClInclude Include="hmg-vector3.h" />
|
||||
<ClInclude Include="matrix2x2.h" />
|
||||
<ClInclude Include="matrix2x3.h" />
|
||||
<ClInclude Include="matrix3x2.h" />
|
||||
|
|
@ -52,8 +50,6 @@
|
|||
<ClCompile Include="dual-scalar.c" />
|
||||
<ClCompile Include="dual-quaternion.c" />
|
||||
<ClCompile Include="dual-vector3.c" />
|
||||
<ClCompile Include="hmg-matrix3x3.c" />
|
||||
<ClCompile Include="hmg-vector3.c" />
|
||||
<ClCompile Include="position2.c" />
|
||||
<ClCompile Include="position3.c" />
|
||||
<ClCompile Include="turn2.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue