Skip to main content

Point.slope()

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

Signature


point.slope(otherPoint)

Example

Slope: 0.75

An example of the Point.slope() method