You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.ResizeVector3D_Delta

AVL.ResizeVector3D_Delta

Extends length of a 3D vector by adding a value preserving its direction.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ResizeVector3D_Delta
(
	AvlNet.Vector3D inVector3D,
	float inDelta,
	out AvlNet.Vector3D outVector3D
)

Parameters

Name Type Range Default Description
inVector3DAvlNet.Vector3D
inDeltafloat0.0fValue added to vector length. Default value: 0.0f.
outVector3DAvlNet.Vector3D

Errors

List of possible exceptions:

Error type Description
DomainError Negative vector length in ResizeVector3D_Delta.

See also