Переименование tangent в тангенсную пару
This commit is contained in:
parent
02bcb1bd33
commit
9864653787
18 changed files with 168 additions and 173 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
/*
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
@ -59,7 +60,7 @@ structure_fp32_t* make_structures(const unsigned int amount)
|
||||||
);
|
);
|
||||||
|
|
||||||
bgc_vector3_reset_fp32(&list[i].vector2);
|
bgc_vector3_reset_fp32(&list[i].vector2);
|
||||||
*/
|
*//*
|
||||||
}
|
}
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
|
|
@ -137,23 +138,16 @@ int main()
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#include <stdio.h>
|
|
||||||
//#include <basic-geometry.h>
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <basic-geometry.h>
|
#include <basic-geometry.h>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
BgcVector3FP32 my_vector1, my_vector2;
|
BgcVector3FP32 my_vector;
|
||||||
|
|
||||||