You are here: Start » AVL.NET » Invoke.ResizeVector3D_Delta

Invoke.ResizeVector3D_Delta

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also