You are here: Start » AVL.NET » AVS.CreateCircle Method

AVS.CreateCircle Method

Creates a circle from an aligned point and radius.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateCircle
(
	AvlNet.Point2D inPoint,
	AvlNet.Anchor2D inPointAnchor,
	float inRadius,
	out AvlNet.Circle2D outCircle
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
inPointAnchorAvlNet.Anchor2DMiddleCenterAlignment of the point relatively to the box of the circle. Default value: MiddleCenter.
inRadiusfloat<0.0f, INF>Circle radius.
outCircleAvlNet.Circle2D

See also