Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero.
| package |
Default |
|---|
__construct( $line = null)
mixed | null
getA() : float
float
getB() : float
float
getC() : float
float
setA( $a) : $this
float
$this
setB( $b) : $this
float
$this
setC( $c) : $this
float
$this