You are here: Start » FIL.NET » Invoke.ResizeVector3D

Invoke.ResizeVector3D

Lengthens or shortens a 3D vector preserving its direction.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ResizeVector3D
(
	Fil.Vector3D inVector3D,
	float inNewLength,
	out Fil.Vector3D outVector3D
)

Parameters

Name Type Range Default Description
inVector3DFil.Vector3D
inNewLengthfloat<0.0f, INF>1.0fDefault value: 1.0f.
outVector3DFil.Vector3D

See also