PointCloudTransformed Method (Matrix4x4) |
Transform the point cloud by the given 4x4 transformation matrix
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntaxpublic PointCloud Transformed(
Matrix4x4 matrix
)
Public Function Transformed (
matrix As Matrix4x4
) As PointCloud
public:
PointCloud^ Transformed(
Matrix4x4^ matrix
)
Parameters
- matrix
- Type: Zivid.NETMatrix4x4
An affine 4x4 matrix
Return Value
Type:
PointCloud
Remarks
This method is identical to
Transform(Matrix4x4), except the transformed
point cloud is returned as a new PointCloud instance. The current point cloud is not modified.
See Also