You are here: Start » FIL.NET » FIS.ResizeVector3D Method
FIS.ResizeVector3D Method
Lengthens or shortens a 3D vector preserving its direction.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ResizeVector3D ( FilNet.Vector3D inVector3D, float inNewLength, out FilNet.Vector3D outVector3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector3D | FilNet.Vector3D | |||
![]() | inNewLength | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outVector3D | FilNet.Vector3D |