slopeWithCoord method

Angle slopeWithCoord(
  1. Coord coord
)

Implementation

Angle slopeWithCoord(Coord coord) => Angle.fromTwoPoints(this, coord);