You are here: Start » AVL.NET » AVL.ResizeVector3D_Delta Method
AVL.ResizeVector3D_Delta Method
Extends length of a 3D vector by adding a value preserving its direction.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ResizeVector3D_Delta( AvlNet.Vector3D inVector3D, float inDelta, out AvlNet.Vector3D outVector3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inVector3D | AvlNet.Vector3D | |||
![]() | inDelta | float | 0.0f | Value added to vector length. Default value: 0.0f. | |
![]() | outVector3D | AvlNet.Vector3D |
Errors
| Error type | Description |
|---|---|
| DomainError | Negative vector length in ResizeVector3D_Delta. |


