Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Geometry 3D Basics » FisFilter_AccessPlane

FisFilter_AccessPlane
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: | Vision3DLite |
Returns individual fields of a plane.
Syntax
void fis::FisFilter_AccessPlane ( const fil::Plane3D& inPlane, float& outA, float& outB, float& outC, float& outD )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPlane | const Plane3D& | Input plane | |
![]() |
outA | float& | Output plane parameter A | |
![]() |
outB | float& | Output plane parameter B | |
![]() |
outC | float& | Output plane parameter C | |
![]() |
outD | float& | Output plane parameter D |