UnorganizedPointCloudExtend Method |
Extend this point cloud in-place by adding the points from another point cloud
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntaxpublic UnorganizedPointCloud Extend(
UnorganizedPointCloud other
)
Public Function Extend (
other As UnorganizedPointCloud
) As UnorganizedPointCloud
public:
UnorganizedPointCloud^ Extend(
UnorganizedPointCloud^ other
)
Parameters
- other
- Type: Zivid.NETUnorganizedPointCloud
The other point cloud to copy data from
Return Value
Type:
UnorganizedPointCloud
See Also