E3DTransformMatrix::CreateOrthographicProjectionMatrix

Creates an orthographic projection E3DTransformMatrix.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DTransformMatrix CreateOrthographicProjectionMatrix(
   float width,
   float height
)

Parameters

width

Width of the viewport.

height

Height of the viewport.

E3DTransformMatrix.CreateOrthographicProjectionMatrix

Creates an orthographic projection E3DTransformMatrix.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DTransformMatrix CreateOrthographicProjectionMatrix(
   float width,
   float height
)

Parameters

width

Width of the viewport.

height

Height of the viewport.