The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SPVM::Quat_4l - Quaternion long multi numeric type

SYNOPSYS

  my $z : SPVM::Quat_4l;
  $z->{t} = 1;
  $z->{x} = 2;
  $z->{y} = 3;
  $z->{z} = 4;
  

DESCRIPTION

SPVM::Quat_4l is Quaternion long multi numeric type.