Add unit tests which reveal converting problems with euler angles
authorUnknown <thomas.dorsch@gmx.org>
Tue, 2 Jan 2018 16:47:33 +0000 (17:47 +0100)
committerUnknown <thomas.dorsch@gmx.org>
Tue, 2 Jan 2018 16:47:33 +0000 (17:47 +0100)
commitf0e5754abcd90375a18ecbd2f6d7ef0c76a442b2
tree09caca8c100f45783975dc6f52d437c763df5dc5
parentc40030df6805cfceb55fe1dace146c0b2102d083
Add unit tests which reveal converting problems with euler angles

Partly covered methods which converts between euler angles and quaternions.

Whats still missing here is applied rotation axis and rotation orientation (counter clockwise + right hand rule)
tests/OpenTK.Tests.Math/OpenTK.Tests.Math.csproj
tests/OpenTK.Tests.Math/QuaternionTests.cs [new file with mode: 0644]