MatrixTests CheckRightVector Method Delta Engine Documentation

Namespace: DeltaEngine.Tests.Datatypes
Assembly: DeltaEngine.Tests (in DeltaEngine.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void CheckRightVector()
Examples

[Test]
public void CheckRightVector()
{
    Assert.AreEqual(new Vector3D(0, 1, 2), matrix.Right);
}
See Also