E3DTransformMatrix::operator*

E3DTransformMatrix product. Combines the transformations of the two matrices.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DTransformMatrix operator*(
   const E3DTransformMatrix& matrix
)

E3DPoint operator*(
   E3DPoint P
)

Parameters

matrix

Matrix to combine with the current matrix.

P

Point to transform with the current matrix.

E3DTransformMatrix.operator*

E3DTransformMatrix product. Combines the transformations of the two matrices.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DTransformMatrix operator*(
   Euresys.Open_eVision.Easy3D.E3DTransformMatrix matrix
)

Euresys.Open_eVision.Easy3D.E3DPoint operator*(
   Euresys.Open_eVision.Easy3D.E3DPoint P
)

Parameters

matrix

Matrix to combine with the current matrix.

P

Point to transform with the current matrix.