Line

2D line segment

Constructors

this
this(Scalar x0, Scalar y0, Scalar x1, Scalar y1)

Undocumented in source.

Members

Functions

dx
Scalar dx()

Undocumented in source. Be warned that the author may not have intended to support it.

dy
Scalar dy()

Undocumented in source. Be warned that the author may not have intended to support it.

length
Scalar length()

Undocumented in source. Be warned that the author may not have intended to support it.

midPoint
Point midPoint()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x0
Scalar x0;

Undocumented in source.

x1
Scalar x1;

Undocumented in source.

y0
Scalar y0;

Undocumented in source.

y1
Scalar y1;

Undocumented in source.

Meta