Returns a unit Vector3F pointing forward (0, 0, −1). (Only available in the XNA-compatible build.)

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.7.0.0 (1.7.0.9486)

Syntax

C#
public static readonly Vector3F Forward
Visual Basic
Public Shared ReadOnly Forward As Vector3F
Visual C++
public:
static initonly Vector3F Forward

Remarks

This property is available only in the XNA-compatible build of the DigitalRune.Mathematics.dll.

DigitalRune uses the same coordinate systems as the XNA Framework: model space (object space, local space), world space and view space are right-handed coordinate systems where, by default, the positive x-axis points to the right, the positive y-axis points up, and the positive z-axis points towards the viewer.

See Also