C# Class CSharpGL.TestHelpers.QuaternionTest

Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
Test ( ) : void

This test shows that glm.rotate() and Quaternion.ToRotationMatrix() give the same result.

Test2 ( ) : void

quternion -> matrix -> quaternion.

Method Details

Test() public static method

This test shows that glm.rotate() and Quaternion.ToRotationMatrix() give the same result.
public static Test ( ) : void
return void

Test2() public static method

quternion -> matrix -> quaternion.
public static Test2 ( ) : void
return void