You are here: Start » AVL.NET » AVL.RescaleVector3D Method
AVL.RescaleVector3D Method
Lengthens or shortens a 3D vector relatively preserving its direction.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RescaleVector3D( AvlNet.Vector3D inVector3D, float inScale, bool inInverse, out AvlNet.Vector3D outVector3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inVector3D | AvlNet.Vector3D | |||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outVector3D | AvlNet.Vector3D |
Errors
| Error type | Description |
|---|---|
| DomainError | inScale cannot be zero in an inverse scaling in RescaleVector3D. |


