Gets/sets the interaxial distance (distance between eyes)

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public double Interaxial { get; set; }
Visual Basic (Declaration)
Public Property Interaxial As Double
Visual C++
public:
property double Interaxial {
	double get ();
	void set (double value);
}

See Also