Trait Alias forceatlas2::Coord[][src]

trait Coord = Clone + Div<Self, Output = Self> + DivAssign<Self> + FromPrimitive + NumCast + Signed + RealExponential + Sub<Self> + Sum;