NO_TITLE
Gnome::Graphene::T-quaternion§
Record N-Quaternion§
class N-Quaternion:auth<github:MARTIMM>:api<2> is export is repr('CStruct') {
has gfloat $.x;
has gfloat $.y;
has gfloat $.z;
has gfloat $.w;
}
Code
- x;
- y;
- z;
- w;
About my projects, examples and tutorials
class N-Quaternion:auth<github:MARTIMM>:api<2> is export is repr('CStruct') {
has gfloat $.x;
has gfloat $.y;
has gfloat $.z;
has gfloat $.w;
}