LineFromEquation: Line from general equation

View source: R/LineFrom.R

LineFromEquationR 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; a and b cannot be both zero

Value

A Line object.


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