($x,$y,$z) = $v->value;
as in the example above, or you can get individual coordinates (by number) as
$x = $v->extract(1); $y = $v->extract(2); $z = $v->extract(3);Davide
($x,$y,$z) = $v->value;
as in the example above, or you can get individual coordinates (by number) as
$x = $v->extract(1); $y = $v->extract(2); $z = $v->extract(3);Davide