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