Click or drag to resize

PointCloudTransformed 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 PointCloud Transformed(
	float[,] matrix
)

Parameters

matrix
Type: SystemSingle
An affine 4x4 matrix

Return Value

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