Point.slope()

The Point.slope() method returns the slope (dy/dx) of a line between two Points.

Signature

Javascript

point.slope(otherPoint)

Example

Slope: 0.75