Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » ResizeVector3D_Delta

ResizeVector3D_Delta
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Extends length of a 3D vector by adding a value preserving its direction.
Syntax
C++
C#
void fil::ResizeVector3D_Delta ( const fil::Vector3D& inVector3D, float inDelta, fil::Vector3D& outVector3D )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inVector3D | const Vector3D& | ||
![]() |
inDelta | float | 0.0f | Value added to vector length |
![]() |
outVector3D | Vector3D& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Negative vector length in ResizeVector3D_Delta. |