Jump to content

Quaternion type: Difference between revisions

m
imported>Arakov
Line 3,007:
=={{header|Elena}}==
{{trans|C#}}
ELENA 56.0x :
<syntaxhighlight lang="elena">import system'math;
import extensions;
Line 3,014:
struct Quaternion
{
rprop real A : rprop;
rprop real B : rprop;
rprop real C : rprop;
rprop real D : rprop;
constructor new(a, b, c, d)
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.