Gets or sets the start point.

Namespace: DigitalRune.Mathematics.Interpolation
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.7.0.0 (1.7.0.9486)

Syntax

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

See Also