You are here: Start » AVL.NET » Invoke.RescaleCircle
Changes radius of a circle and translates its center in relation to a reference point.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RescaleCircle ( Avl.Circle2D inCircle, Optional<Avl.Point2D> inReferencePoint, float inScale, bool inInverse, out Avl.Circle2D outCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | Avl.Circle2D | |||
![]() | inReferencePoint | Atl.Optional<Avl.Point2D> | The point to which the distance of the circle center is changed (no change by default). Default value: atl::NIL. | ||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outCircle | Avl.Circle2D |