LineEquation
Defines the three coefficients of the equation in the normal form (ax+by+c=0) of a line.
Elements
| Name | Type | Description |
|---|---|---|
| a | double | The a coefficient of the line equation. |
| b | double | The b coefficient of the line equation. |
| c | double | The c coefficient of the line equation. |