E3DTransformMatrix::CreateTranslationMatrix

Creates a translation E3DTransformMatrix.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DTransformMatrix CreateTranslationMatrix(
   float dX,
   float dY,
   float dZ
)

Parameters

dX

Translation along the X axis.

dY

Translation along the Y axis.

dZ

Translation along the Z axis.

E3DTransformMatrix.CreateTranslationMatrix

Creates a translation E3DTransformMatrix.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DTransformMatrix CreateTranslationMatrix(
   float dX,
   float dY,
   float dZ
)

Parameters

dX

Translation along the X axis.

dY

Translation along the Y axis.

dZ

Translation along the Z axis.