Click or drag to resize
DigitalRuneVector3FForward Field
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.14.0.0 (1.14.0.14427)
Syntax
public static readonly Vector3F Forward

Field Value

Type: Vector3F
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