Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Geometry 2D Basics » AvsFilter_AccessLine

AvsFilter_AccessLine


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: FoundationLite

Returns individual fields of a line.

Syntax

void avs::AvsFilter_AccessLine
(
	const avl::Line2D& inLine,
	float& outA,
	float& outB,
	float& outC
)

Parameters

Name Type Default Description
Input value inLine const Line2D& Input line
Output value outA float& Output line parameter A
Output value outB float& Output line parameter B
Output value outC float& Output line parameter C