Back to FabImage Library website
You are here: Start » Function Reference » Point3DGrid Spatial Transforms » JoinPoint3DGrids

JoinPoint3DGrids
Header: | FIL.h |
---|---|
Namespace: | fil |
Combines two point grids into one.
Syntax
C++
C#
void fil::JoinPoint3DGrids ( const fil::Point3DGrid& inPoint3DGrid1, const fil::Point3DGrid& inPoint3DGrid2, const int inDeltaX, const int inDeltaY, fil::Point3DGrid& outPoint3DGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inPoint3DGrid1 | const Point3DGrid& | |||
![]() |
inPoint3DGrid2 | const Point3DGrid& | |||
![]() |
inDeltaX | const int | 0 - ![]() |
0 | |
![]() |
inDeltaY | const int | 0 - ![]() |
0 | |
![]() |
outPoint3DGrid | Point3DGrid& |