C# Class CSharpGL.TestHelpers.QuaternionTest

Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode 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 méthode

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

Test2() public static méthode

quternion -> matrix -> quaternion.
public static Test2 ( ) : void
Résultat void