Back to Aurora Vision Library website

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

AvsFilter_MakePlane


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: AVL.h
Namespace: avs
Module: Vision3DLite

Creates a plane structure from individual fields.

Syntax

void avs::AvsFilter_MakePlane
(
	float inA,
	float inB,
	float inC,
	float inD,
	avl::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&