Click or drag to resize
DigitalRuneArcSegment2FRotationAngle Property
Gets or sets the angle from the current x-axis to the x-axis of the ellipse.

Namespace: DigitalRune.Mathematics.Interpolation
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public float RotationAngle { get; set; }

Property Value

Type: Single
The angle (in radians) from the current x-axis to the x-axis of the ellipse. The default value is 0.
See Also