Property for the x component of the Vector3D

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public float X { get; set; }
Visual Basic (Declaration)
Public Property X As Single
Visual C++
public:
property float X {
	float get ();
	void set (float value);
}

See Also