| Vector4DXYZ Property |
Gets or sets the components x, y and z as a
Vector3D.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public Vector3D XYZ { get; set; }
Public Property XYZ As Vector3D
Get
Set
public:
property Vector3D XYZ {
Vector3D get ();
void set (Vector3D value);
}
member XYZ : Vector3D with get, set
Property Value
Type:
Vector3DThe 3-dimensional vector (x, y, z).
See Also