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