nw::gfx::CalculatedTransform::SetTransformMatrix Member Function

Syntax

void SetTransformMatrix(
     f32 x00,
     f32 x01,
     f32 x02,
     f32 x03,
     f32 x10,
     f32 x11,
     f32 x12,
     f32 x13,
     f32 x20,
     f32 x21,
     f32 x22,
     f32 x23
);

Arguments

Name Description
x00
x01
x02
x03
x10
x11
x12
x13
x20
x21
x22
x23

Return Values

None.

Description

Sets a matrix indicating a coordinate transformation. Sets the Dirty flag.


CONFIDENTIAL