Click or drag to resize

UnorganizedPointCloudTransformed Method (Single)

Transform the point cloud by the given 4x4 transformation matrix, represented as a 2D array

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntax
public UnorganizedPointCloud Transformed(
	float[,] matrix
)

Parameters

matrix
Type: SystemSingle
An affine 4x4 matrix

Return Value

Type: UnorganizedPointCloud
Remarks
This method is identical to Transform(Single), except the transformed point cloud is returned as a new UnorganizedPointCloud instance. The current point cloud is not modified.
See Also