Gets and sets the right vector of the Matrix.

Namespace:  Bespoke.Games.Framework
Assembly:  Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public Vector3 Right { get; }
Visual Basic (Declaration)
Public ReadOnly Property Right As Vector3
Visual C++
public:
property Vector3 Right {
	Vector3 get ();
}

See Also