Constructor Summary |
---|
InfiniteLine()
Creates an instance of the |
Property Getters/Setters Summary | ||
---|---|---|
function | getA() | |
function | setA(value) | |
An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element. | ||
function | getB() | |
function | setB(value) | |
A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element. | ||
function | getDel() | |
function | setDel(value) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getX() | |
function | setX(value) | |
An x-coordinate of a point on the infinite line. | ||
function | getY() | |
function | setY(value) | |
A y-coordinate of a point on the infinite line. |
Method Summary | ||
---|---|---|
function | deepClone() | → inherited from Coordinate |
Creates deep copy of this instance. |
Constructor Detail |
---|
function InfiniteLine()
Property Getters/Setters Detail |
---|
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getX/setX : DoubleValue | |
function getX() / function setX(value) |
getY/setY : DoubleValue | |
function getY() / function setY(value) |
getA/setA : DoubleValue | |
function getA() / function setA(value) |
getB/setB : DoubleValue | |
function getB() / function setB(value) |
Method Detail |
---|
deepClone | |
function deepClone() |