nw::lyt::Pane::SetGlobalMtx Member Function

Syntax

void SetGlobalMtx(
     const math::MTX34 & mtx
);

Arguments

Name Description
mtx The SRT matrix.

Return Values

None.

Description

Sets the global matrix.

The global matrix is a matrix for conversion from the panes local coordinate system to the view coordinate system.

The global matrix is normally calculated by CalculateMtx.

When specifying a matrix using this function, the configured matrix is used as-is.

Use ResetGlobalMtx() to restore the calculations made by CalculateMtx().

See Also

GetGlobalMtx
ResetGlobalMtx
CalculateMtx

Revision History

2010/04/23
Specifications were changed to record setting status.
2009/09/18
Initial version.

CONFIDENTIAL