This is the interface class for 3D transforms.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
The ICog3DTransform type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ComposeBase |
Creates a new transform which is the composition of the given transform (on the right side) and this one (on the left side).
Note that the return transform is always the canonical representation of the composed transform. Therefore, it might be of type Cog3DTransformComposed or a simpler type. | |
| CopyBase |
Create a deep copy of this transform.
| |
| InverseBase |
Compute the inverse of this transform.
| |
| MapPoint |
Map a 3D point.
| |
| MapPoints |
Map a collection of 3D points.
|
Properties
| Name | Description | |
|---|---|---|
| Linear |
Gets whether this transform is linear.
|
See Also