Добавление структур для описания положения через дуальный кватернион

This commit is contained in:
Andrey Pokidov 2026-02-25 09:40:50 +07:00
parent bba8a65c1a
commit 0c27a6e59b
5 changed files with 76 additions and 0 deletions

View file

@ -31,6 +31,7 @@
<ClInclude Include="matrix2x3.h" />
<ClInclude Include="matrix3x2.h" />
<ClInclude Include="matrix3x3.h" />
<ClInclude Include="posture3.h" />
<ClInclude Include="types.h" />
<ClInclude Include="position2.h" />
<ClInclude Include="position3.h" />
@ -52,6 +53,7 @@
<ClCompile Include="dual-vector3.c" />
<ClCompile Include="position2.c" />
<ClCompile Include="position3.c" />
<ClCompile Include="posture3.c" />
<ClCompile Include="turn2.c" />
<ClCompile Include="turn3.c" />
<ClCompile Include="utilities.c" />