| QuaternionFV Property |
Gets or sets the vector part (x, y, z).
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax [XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
public Vector3F V { get; set; }
<XmlIgnoreAttribute>
<ContentSerializerIgnoreAttribute>
Public Property V As Vector3F
Get
Set
public:
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
property Vector3F V {
Vector3F get ();
void set (Vector3F value);
}
[<XmlIgnoreAttribute>]
[<ContentSerializerIgnoreAttribute>]
member V : Vector3F with get, set
Property Value
Type:
Vector3FThe vector part (x, y, z).
See Also