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
Input value inPlane const Plane3D& Input plane
Output value outA float& Output plane parameter A
Output value outB float& Output plane parameter B
Output value outC float& Output plane parameter C
Output value outD float& Output plane parameter D