You are here: Start » AVL.NET » Invoke.RescalePoint3DGrid
Changes the distances of grid points to a reference point.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RescalePoint3DGrid ( Avl.Point3DGrid inGrid, Avl.Point3D inReferencePoint, float inScale, bool inInverse, Avl.Point3DGrid outGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inGrid | Avl.Point3DGrid | |||
![]() | 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. | ||
![]() | outGrid | Avl.Point3DGrid |