Back to Aurora Vision Library website

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

AvsFilter_MakeEllipse


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

Creates an ellipse structure from individual fields.

Syntax

void avs::AvsFilter_MakeEllipse
(
	const avl::Point2D& inCenter,
	float inAngle,
	float inWidth,
	float inHeight,
	avl::Ellipse2D& outEllipse
)

Parameters

Name Type Default Description
Input value inCenter const Point2D& Center of the ellipse
Input value inAngle float Clock-wise orientation angle
Input value inWidth float Width of the ellipse
Input value inHeight float Height of the ellipse
Output value outEllipse Ellipse2D&