Back to FabImage Library Lite website
You are here: Start » Geometry 2D Features » LineNormalVector

LineNormalVector
Computes the normal vector of a line
Syntax
void fil::LineNormalVector ( const fil::Line2D& inLine, fil::Vector2D& outVector )
Parameters
Examples
![]() |
![]() |
LineNormalVector performed on a line (left image) returns outVector (right image).
Errors
Error type | Description |
---|---|
DomainError | Indefinite line on input in LineNormalVector. |