You are here: Start » AVL.NET » Invoke.GetPoint3DGridPoint_Interpolated
Returns an interpolated single point of a point 3D grid.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void GetPoint3DGridPoint_Interpolated ( Avl.Point3DGrid inPoint3DGrid, float inOffsetX, float inOffsetY, float inStepX, float inStepY, float inX, float inY, int inInterpolationRadius, out Avl.Point3D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint3DGrid | Avl.Point3DGrid | Input point 3D grid. | ||
![]()  | inOffsetX | float | Defines offset of the input grid along X axis. | ||
![]()  | inOffsetY | float | Defines offset of the input grid along Y axis. | ||
![]()  | inStepX | float | <0.01f, INF> | 1.0f | Defines step of the input grid along X axis. Default value: 1.0f. | 
![]()  | inStepY | float | <0.01f, INF> | 1.0f | Defines step of the input grid along Y axis. Default value: 1.0f. | 
![]()  | inX | float | X coordinate of the input point. | ||
![]()  | inY | float | Y coordinate of the input point. | ||
![]()  | inInterpolationRadius | int | <0, 65535> | 1 | Radius of vicinity taking into account to interpolate not existing point. Default value: 1. | 
![]()  | outPoint | Avl.Point3D | Output point. | 


