Back to Adaptive Vision Library website

You are here: Start » Function Reference » 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.

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