search

goog.math.Line

Provided By

Object representing a line.

new Line( x0, y0, x1, y1 )

Parameters
x0number

X coordinate of the start point.

y0number

Y coordinate of the start point.

x1number

X coordinate of the end point.

y1number

Y coordinate of the end point.

Instance Methods

Instance Properties