Type Alias PhaseDef

Source
pub type PhaseDef = Vec<SplinePoint<(Scalar, Scalar)>>;

Aliased Type§

pub struct PhaseDef { /* private fields */ }

Trait Implementations§

Source§

impl From<Phase> for PhaseDef

Source§

fn from(v: Phase) -> Self

Converts to this type from the input type.