Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Geometry 2D Basics » FisFilter_AccessLine
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | FIL.h |
---|---|
Namespace: | fis |
Module: | FoundationLite |
Returns individual fields of a line.
Syntax
void fis::FisFilter_AccessLine ( const fil::Line2D& inLine, float& outA, float& outB, float& outC )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inLine | const Line2D& | Input line | |
![]() |
outA | float& | Output line parameter A | |
![]() |
outB | float& | Output line parameter B | |
![]() |
outC | float& | Output line parameter C |