Gets the displacement.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also