Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Geometry 2D Basics » AvsFilter_AccessEllipse

AvsFilter_AccessEllipse


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

Returns individual fields of an ellipse.

Syntax

void avs::AvsFilter_AccessEllipse
(
	const avl::Ellipse2D& inEllipse,
	avl::Point2D& outCenter,
	float& outAngle,
	float& outWidth,
	float& outHeight
)

Parameters

Name Type Default Description
Input value inEllipse const Ellipse2D&
Output value outCenter Point2D& Center of the ellipse
Output value outAngle float& Clock-wise orientation angle of the ellipse
Output value outWidth float& Width of the ellipse
Output value outHeight float& Height of the ellipse