Property for the y 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 Y { get; set; }
Visual Basic (Declaration)
Public Property Y As Single
Visual C++
public:
property float Y {
	float get ();
	void set (float value);
}

See Also