You are here:
Start »
AVL.NET »
AVL.ResizeVector_Delta(AvlNet.Vector2D, float, AvlNet.Vector2D)
AVL.ResizeVector_Delta(AvlNet.Vector2D, float, AvlNet.Vector2D)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void ResizeVector_Delta(
AvlNet.Vector2D inVector,
float inDelta,
out AvlNet.Vector2D outVector
)
Parameters
- inVector
- Type: AvlNet.Vector2D
- inDelta
- Type: System.Single
- outVector
- Type: AvlNet.Vector2D
Errors
| Error type |
Description |
| DomainError |
Negative vector length in ResizeVector_Delta. |
See also