Click or drag to resize
DigitalRuneQuaternionDV Property
Gets or sets the vector part (x, y, z).

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
public Vector3D V { get; set; }

Property Value

Type: Vector3D
The vector part (x, y, z).
See Also