macro_rules! curve {
($ax: expr, $ay: expr; $ahx: expr, $ahy: expr; $bx: expr, $by: expr; $bhx: expr, $bhy: expr) => { ... };
}
Expand description
math::curve::Curve constructor that works on any type of number
macro_rules! curve {
($ax: expr, $ay: expr; $ahx: expr, $ahy: expr; $bx: expr, $by: expr; $bhx: expr, $bhy: expr) => { ... };
}
math::curve::Curve constructor that works on any type of number