Back to FabImage Library Lite website

You are here: Start » Path » Path Basics » CreateEllipsePath

CreateEllipsePath


Header: FIL.h
Namespace: fil

Creates a closed path containing elliptical, equidistant points.

Syntax

void fil::CreateEllipsePath
(
	const fil::Point2D& inCenter,
	float inRadiusX,
	float inRadiusY,
	int inPointCount,
	fil::Path& outPath
)

Parameters

Name Type Range Default Description
inCenter const Point2D&
inRadiusX float 0.0 -
inRadiusY float 0.0 -
inPointCount int 2 - 8 Number of points in the resulting path
outPath Path& Output path