Merge: doc -> main

This commit is contained in:
PedroEdiaz
2024-10-02 13:10:08 -06:00
parent 3c9690a2a7
commit d22daff16d
17 changed files with 363 additions and 163 deletions

View File

@@ -8,8 +8,8 @@
#undef H
const float X = 2.0;
const float Y = 0.1;
const float Z = 0.1;
const float Y = 0.05;
const float Z = 0.05;
#define A -X,-Y,-Z,
#define B -X,-Y, Z,
@@ -20,7 +20,7 @@ const float Z = 0.1;
#define G X, Y,-Z,
#define H X, Y, Z,
float d_axis[] =
narray_float_t d_axis =
{
3*3*2*6,