Transform3DTransform Method

CVB.Net Documentation
Overload List

  NameDescription
Public methodStatic memberTransform(PointCloud, AffineMatrix3D)
Creates a new point cloud which is a copy of this point cloud, with all points being transformed by the given affineTransformation.
Public methodStatic memberTransform(PointCloud, Matrix3DH)
Creates a new point cloud which is a copy of this point cloud, with all points being transformed by the given transformation.
Public methodStatic memberTransform(PointCloud, AffineMatrix3D, PointCloud)
Transforms all points of this point cloud with the given affineTransformation and stores them in the target.
Public methodStatic memberTransform(PointCloud, Matrix3DH, PointCloud)
Transforms all points of this point cloud with the given transformation and stores them in the target.
Top
See Also

Reference