http://www.emgu.com
Translate the Affine3 matrix by the given value
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic Affine3d Translate(
double t0,
double t1,
double t2
)
Public Function Translate (
t0 As Double,
t1 As Double,
t2 As Double
) As Affine3d
public:
Affine3d^ Translate(
double t0,
double t1,
double t2
)
member Translate :
t0 : float *
t1 : float *
t2 : float -> Affine3d
Parameters
- t0
- Type: SystemDouble
Value of the translation vector - t1
- Type: SystemDouble
Value of the translation vector - t2
- Type: SystemDouble
Value of the translation vector
Return Value
Type:
Affine3dThe translated Affine3 matrix
See Also