Transform3D Class

CVB.Net Documentation
Transformation functions for 3D objects.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbTransform3D

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static class Transform3D
Methods

  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