+dev проект

This commit is contained in:
Andrey Pokidov 2024-11-12 00:56:01 +07:00
parent 6a56e85052
commit 0ef9330a08
8 changed files with 532 additions and 1 deletions

109
dev/geometry-dev.depend Normal file
View file

@ -0,0 +1,109 @@
# depslib dependency file v1.0
1729764426 source:/home/andrey/Projects/Private/C/Geometry/dev/main.c
<stdio.h>
<stdlib.h>
<math.h>
<geometry.h>
<windows.h>
<time.h>
1729526406 /home/andrey/Projects/Private/C/Geometry/src/geometry.h
"basis.h"
"angle.h"
"vector2.h"
"vector3.h"
"vector4.h"
"matrix2x2.h"
"matrix3x3.h"
"matrix4x4.h"
"tangent.h"
"rotation3.h"
"versor.h"
"affine_map2.h"
"affine_map3.h"
"affine_map4.h"
"position2.h"
"position3.h"
1729427506 /home/andrey/Projects/Private/C/Geometry/src/basis.h
1729764440 /home/andrey/Projects/Private/C/Geometry/src/angle.h
1729503050 /home/andrey/Projects/Private/C/Geometry/src/vector2.h
"basis.h"
"angle.h"
<math.h>
1729502950 /home/andrey/Projects/Private/C/Geometry/src/vector3.h
"basis.h"
"angle.h"
<math.h>
1729500312 /home/andrey/Projects/Private/C/Geometry/src/vector4.h
"basis.h"
"angle.h"
<math.h>
1729490828 /home/andrey/Projects/Private/C/Geometry/src/matrix2x2.h
"vector2.h"
1729612680 /home/andrey/Projects/Private/C/Geometry/src/matrix3x3.h
"vector3.h"
1729490844 /home/andrey/Projects/Private/C/Geometry/src/matrix4x4.h
"vector4.h"
1729490850 /home/andrey/Projects/Private/C/Geometry/src/tangent.h
<math.h>
"basis.h"
"angle.h"
"vector2.h"
"matrix2x2.h"
1729428324 /home/andrey/Projects/Private/C/Geometry/src/rotation3.h
"basis.h"
"angle.h"
"vector3.h"
1729595110 /home/andrey/Projects/Private/C/Geometry/src/versor.h
<stdint.h>
"basis.h"
"vector3.h"
"rotation3.h"
"matrix3x3.h"
"matrix4x4.h"
1729503008 /home/andrey/Projects/Private/C/Geometry/src/affine_map2.h
"vector2.h"
"matrix2x2.h"
1729502996 /home/andrey/Projects/Private/C/Geometry/src/affine_map3.h
"vector3.h"
"matrix3x3.h"
1729503020 /home/andrey/Projects/Private/C/Geometry/src/affine_map4.h
"vector4.h"
"matrix4x4.h"
1729426494 /home/andrey/Projects/Private/C/Geometry/src/cartesian-frame2.h
"vector2.h"
"tangent.h"
"affine_map2.h"
1729444022 /home/andrey/Projects/Private/C/Geometry/src/cartesian-frame3.h
<math.h>
"vector3.h"
"versor.h"
"affine_map3.h"
1729593024 /home/andrey/Projects/Private/C/Geometry/src/position2.h
"vector2.h"
"tangent.h"
"affine_map2.h"
1729593010 /home/andrey/Projects/Private/C/Geometry/src/position3.h
<math.h>
"vector3.h"
"versor.h"
"affine_map3.h"