Skip to main content

ArcControlPoints

Type Alias ArcControlPoints 

Source
pub type ArcControlPoints = ((f64, f64), (f64, f64), (f64, f64));
Expand description

The three ThreePointMode control points of an arc, in (start, mid, end) order, each a data-space (x, y) (silx ArcROI _handleStart / _handleMid / _handleEnd).