Compare commits
10 commits
34ee460873
...
2a4d5522d3
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a4d5522d3 | |||
| e6a94ab8d9 | |||
| 9d7011e81e | |||
| f06b35ae34 | |||
| 2e902bc040 | |||
| 0a1ca06ce5 | |||
|
|
9688bd2fc1 | ||
| f85039a556 | |||
|
|
1b0fd7ef26 | ||
|
|
74be89f1f8 |
56 changed files with 4768 additions and 723 deletions
|
|
@ -53,12 +53,12 @@ structure_fp32_t* make_structures(const unsigned int amount)
|
||||||
|
|
||||||
void print_versor_fp32(const BgcVersorFP32* versor)
|
void print_versor_fp32(const BgcVersorFP32* versor)
|
||||||
{
|
{
|
||||||
printf("Versor (%f, %f, %f, %f)\n", versor->s0, versor->x1, versor->x2, versor->x3);
|
printf("Versor (s0 = %0.12f, x1 = %0.12f, x2 = %0.12f, x3 = %0.12f)\n", versor->s0, versor->x1, versor->x2, versor->x3);
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_versor_fp64(const BgcVersorFP64* versor)
|
void print_versor_fp64(const BgcVersorFP64* versor)
|
||||||
{
|
{
|
||||||