Line

Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero.

package

Default

Methods

Line constructor

__construct( $line = null) 

Arguments

$line

mixed | null

getA

getA() : float

Response

float

getB

getB() : float

Response

float

getC

getC() : float

Response

float

setA

setA( $a) : $this

Arguments

$a

float

Response

$this

setB

setB( $b) : $this

Arguments

$b

float

Response

$this

setC

setC( $c) : $this

Arguments

$c

float

Response

$this