The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SPVM::Quat_4i - Quaternion int multi numeric type

SYNOPSYS

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

DESCRIPTION

SPVM::Quat_4i is Quaternion int multi numeric type.