Returns the distance of the plane to the center

Namespace: Visualisierung_BSP1
Assembly: Visualisierung_BSP1 (in Visualisierung_BSP1.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public float Dist { get; }
Visual Basic
Public ReadOnly Property Dist As Single
	Get
Visual C++
public:
property float Dist {
	float get ();
}

See Also