InfiniteLine class

InfiniteLine class

Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify the x- and y-coordinates of the first point, and the A and B elements specify the x- and y-coordinates of the second point.

Inheritance: InfiniteLineCoordinate

The InfiniteLine type exposes the following members:

Constructors

ConstructorDescription
InfiniteLine()Creates an instance of the InfiniteLine class.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
xAn x-coordinate of a point on the infinite line.
yA y-coordinate of a point on the infinite line.
aAn x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element.
bA y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also