nw::gfx::SceneHelper::CalculateDepth Member Function

Syntax

static float CalculateDepth(
     const math::VEC3 & localPosition,
     const math::MTX34 & worldMatrix,
     const Camera & camera
);
static float CalculateDepth(
     const math::MTX34 & worldMatrix,
     const Camera & camera
);

List of Overloaded Member Functions

CalculateDepth ( const math::VEC3 &, const math::MTX34 &, const Camera & ) Calculates the depth in clip coordinates.
CalculateDepth ( const math::MTX34 &, const Camera & ) Calculates the depth in clip coordinates.

Description of CalculateDepth ( const math::VEC3 &, const math::MTX34 &, const Camera & )

Calculates the depth in clip coordinates.

Description of CalculateDepth ( const math::MTX34 &, const Camera & )

Calculates the depth in clip coordinates.


CONFIDENTIAL