| LineFromEquation {PlaneGeometry} | R Documentation |
Line from general equation
Description
Create a Line object representing the infinite line
with given equation ax + by + c = 0.
Usage
LineFromEquation(a, b, c)
Arguments
a, b, c |
the parameters of the equation; |
Value
A Line object.
[Package PlaneGeometry version 1.6.0 Index]