You are here: Start » AVL.NET » Invoke.RescalePoint3DArray
Changes the distances of array points to a reference point.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RescalePoint3DArray ( List<Avl.Point3D> inPoints3D, Avl.Point3D inReferencePoint, float inScale, bool inInverse, List<Avl.Point3D> outPoints3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints3D | System.Collections.Generic.List<Avl.Point3D> | |||
![]()  | inReferencePoint | Avl.Point3D | Point to which the distances will be changed. | ||
![]()  | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outPoints3D | System.Collections.Generic.List<Avl.Point3D> | 


