You are here: Start » FIL.NET » Invoke.RescaleVector3D
Lengthens or shortens a 3D vector relatively preserving its direction.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RescaleVector3D ( Fil.Vector3D inVector3D, float inScale, bool inInverse, out Fil.Vector3D outVector3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector3D | Fil.Vector3D | |||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outVector3D | Fil.Vector3D |