Back to Aurora Vision Library website

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

Header: AVL.h
Namespace: avs
Module: Vision3DLite

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
Input value inPlane const Plane3D& Input plane
Output value outA float& Output plane parameter A
Output value outB float& Output plane parameter B
Output value outC float& Output plane parameter C
Output value outD float& Output plane parameter D