Click or drag to resize
DigitalRuneVector4FXYZ Property
Gets or sets the components x, y and z as a Vector3F.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Vector3F XYZ { get; set; }

Property Value

Type: Vector3F
The 3-dimensional vector (x, y, z).
See Also