RelativeControlPoint

Type Alias RelativeControlPoint 

Source
pub type RelativeControlPoint = RelativeControlPoint<LengthPercentage>;
Expand description

The computed value of ‘RelativeControlPoint’.

Aliased Type§

#[repr(C)]
pub struct RelativeControlPoint { pub coord: CoordinatePair<LengthPercentage>, pub reference: ControlReference, }

Fields§

§coord: CoordinatePair<LengthPercentage>§reference: ControlReference