E3DTransformMatrix::CreatePerspectiveProjectionMatrix

Creates a perspective projection E3DTransformMatrix.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DTransformMatrix CreatePerspectiveProjectionMatrix(
   float distance,
   float width,
   float height
)

Parameters

distance

Distance of the viewport to the origin.

width

Width of the viewport.

height

Height of the viewport.

E3DTransformMatrix.CreatePerspectiveProjectionMatrix

Creates a perspective projection E3DTransformMatrix.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DTransformMatrix CreatePerspectiveProjectionMatrix(
   float distance,
   float width,
   float height
)

Parameters

distance

Distance of the viewport to the origin.

width

Width of the viewport.

height

Height of the viewport.