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.


PlaneGeometry documentation built on Aug. 10, 2023, 1:09 a.m.