LineFromInterceptAndSlope {PlaneGeometry} | R Documentation |
Line from intercept and slope
Description
Create a Line
object representing the infinite line
with given intercept and given slope.
Usage
LineFromInterceptAndSlope(a, b)
Arguments
a |
intercept |
b |
slope |
Value
A Line
object.
[Package PlaneGeometry version 1.6.0 Index]