Readonly
aThe a coefficient of the line equation in the form of ax + by + c = 0.
Readonly
arbitraryArbitrary point on the line, that is not equal to Line.arbitraryPoint2.
Readonly
arbitraryArbitrary point on the line, that is not equal to Line.arbitraryPoint1.
Readonly
bThe b coefficient of the line equation in the form of ax + by + c = 0.
Readonly
cThe c coefficient of the line equation in the form of ax + by + c = 0.
Readonly
directionalThe directional vector of the line.
Readonly
intervalThe interval of the parameter.
Readonly
normalThe normal vector of the line. If the line intersects the origin, the normal vector is of size 1, otherwise it is of size of distance of the line to the origin.
Readonly
objectThis object's type, which is "line".
Readonly
virtualWhether this object is virtual.
The postitve angle of the line with the x-axis.
Returns the point at the given parameter value.
The value of the parameter.
The point at the given parameter value.
Whether this object is equal to another object.
If the objects are of a different type, this method should return false.
If the objects are of the same type, this method should return true if the objects are equal, and false if they are not.
The object to compare to.
Performs the evaluation. Should be a pure function.
The input data.
The output data.
Generated using TypeDoc
Interface for a line, that can be set by its angle with the x-axis and arbitrary point.