nw::lyt::Pane::SetMtx Member Function

Syntax

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

Arguments

Name Description
mtx The SRT matrix.

Return Values

None.

Description

Sets the pane's SRT matrix.

The SRT matrix is normally calculated by CalculateMtx.

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

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

If SetGlobalMtx() has been used, those settings are prioritized.

See Also

GetMtx
CalculateMtx
ResetMtx
SetGlobalMtx

Revision History

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

CONFIDENTIAL