LineFromInterceptAndSlope: Line from intercept and slope

View source: R/LineFrom.R

LineFromInterceptAndSlopeR 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.


stla/PlaneGeometry documentation built on Aug. 28, 2023, 3:25 p.m.