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

NAME

SPVM::Quat_4b - Quaternion byte multi numeric type

SYNOPSYS

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

DESCRIPTION

SPVM::Quat_4b is Quaternion byte multi numeric type.