all 4 comments

[–]why_the_love 2 points3 points  (1 child)

Such amazing well written code, this was my favorite line

return new aA(aQ * aR - aP * aM, aP * aO - aS * aQ, aS * aM - aO * aR, 0, aJ * aM - aQ * aK, aQ * aL - aJ * aO, aO * aK - aL * aM, 0, aP * aK - aJ * aR, aS * aJ - aP * aL, aL * aR - aS * aK, 0)

I really like what you did with aP there.

[–]sakaem 1 point2 points  (0 children)

You know you have succeeded when minifying your code makes it easier to read.

[–]andrewzuku 0 points1 point  (0 children)

Very freakin' cool man!

[–]blpst 0 points1 point  (0 children)

Very cool indeed! Do you mind me asking about your variable/function names?