You are here: Start » AVL.NET » AVL.RescaleCircle3D Method
AVL.RescaleCircle3D Method
Changes radius of a circle in 3D and translates its center in relation to a reference point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RescaleCircle3D( AvlNet.Circle3D inCircle3D, float inScale, bool inInverse, out AvlNet.Circle3D outCircle3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCircle3D | AvlNet.Circle3D | |||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outCircle3D | AvlNet.Circle3D |
Errors
| Error type | Description |
|---|---|
| DomainError | inScale cannot be zero in an inverse scaling in RescaleCircle3D. |


