Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Geometry 3D Basics » FisFilter_MakePlane

FisFilter_MakePlane


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

Creates a plane structure from individual fields.

Syntax

void fis::FisFilter_MakePlane
(
	float inA,
	float inB,
	float inC,
	float inD,
	fil::Plane3D& outPlane
)

Parameters

Name Type Default Description
Input value inA float First plane parameter
Input value inB float Second plane parameter
Input value inC float Third plane parameter
Input value inD float Fourth plane parameter
Output value outPlane Plane3D&