You are here: Start » AVL.NET » AVS.ResizeVector3D_Delta Method

AVS.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
inVector3DAvlNet.Vector3D
inDeltafloat0.0fValue added to vector length. Default value: 0.0f.
outVector3DAvlNet.Vector3D

See also