Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Basics » AvsFilter_AccessPlane

AvsFilter_AccessPlane


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

Returns individual fields of a plane.

Syntax

void avs::AvsFilter_AccessPlane
(
	const avl::Plane3D& inPlane,
	float& outA,
	float& outB,
	float& outC,
	float& outD
)

Parameters

Name Type Default Description
inPlane const Plane3D& Input plane
outA float& Output plane parameter A
outB float& Output plane parameter B
outC float& Output plane parameter C
outD float& Output plane parameter D