E3DPlane::operator=

Assignment operator

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DPlane& operator=(
   const E3DPlane& other
)

Parameters

other

The E3DPlane object that should be copied.

E3DPlane.operator=

Assignment operator

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DPlane operator=(
   Euresys.Open_eVision.Easy3D.E3DPlane other
)

Parameters

other

The E3DPlane object that should be copied.