Matrix4x4F::operator* 메서드(d2d1_1helper.h)
이 행렬을 지정된 행렬과 곱하고 결과를 반환합니다.
구문
Matrix4x4F operator*(
[ref] const Matrix4x4F & matrix
);
매개 변수
[ref] matrix
형식: const Matrix4x4F
곱할 행렬입니다.
반환 값
형식: Matrix4x4F
행렬 곱셈의 결과입니다.
요구 사항
대상 플랫폼 | Windows |
헤더 | d2d1_1helper.h |