E3DPlane::Transform

Transforms the 3D plane with the given transformation matrix. The transformation matrix must contain a rigid transformation (translation and rotation only).

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DPlane Transform(
   const E3DTransformMatrix& matrix
)

Parameters

matrix

The 3D transformation matrix.

E3DPlane.Transform

Transforms the 3D plane with the given transformation matrix. The transformation matrix must contain a rigid transformation (translation and rotation only).

Namespace: Euresys.Open_eVision.Easy3D

[C#]

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

Parameters

matrix

The 3D transformation matrix.