E3DObject::Transform

Transforms the 3D object with the given transformation matrix. The transformation matrix must contain a rigid transformation (translation and rotation only). Image based attributes of the 3D object are unchanged.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DObject Transform(
   const E3DTransformMatrix& matrix
)

Parameters

matrix

The 3D transformation matrix.

E3DObject.Transform

Transforms the 3D object with the given transformation matrix. The transformation matrix must contain a rigid transformation (translation and rotation only). Image based attributes of the 3D object are unchanged.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DObject Transform(
   Euresys.Open_eVision.Easy3D.E3DTransformMatrix matrix
)

Parameters

matrix

The 3D transformation matrix.