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
inA float First plane parameter
inB float Second plane parameter
inC float Third plane parameter
inD float Fourth plane parameter
outPlane Plane3D&