Thread rotationsmodul in perl? (11 answers)
Opened by supersucker at 2005-06-09 21:20

Taulmarill
 2005-06-13 16:00
#55451 #55451
User since
2004-02-19
1750 Artikel
BenutzerIn

user image
also, folgendes progeamm vorausgesetzt:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl

use warnings;
use strict;

use Math::SO3;

my $rotation = Math::SO3->new(
"zr" => 3.14159 / 2,
"xr" => 3.14159 / 4,
"zr" => 3.14159 / 8
);

print $rotation->format_matrix("%16.8f");


bekomme ich folgende ausgabe:

Code: (dl )
[[     -0.27059679       0.92388002       0.27059765] [     -0.65328251      -0.38268226       0.65328114] [      0.70710631      -0.00000094       0.70710725]]


für mich sieht das nach 3x3 werten aus. aber was weiss ich schon ....
$_=unpack"B*",~pack"H*",$_ and y&1|0& |#&&print"$_\n"for@.=qw BFA2F7C39139F45F78
0A28104594444504400 0A2F107D54447DE7800 0A2110453444450500 73CF1045138445F4800 0
F3EF2044E3D17DE 8A08A0451412411 F3CF207DF41C79E 820A20451412414 83E93C4513D17D2B

View full thread rotationsmodul in perl?