Version: 2020.3
언어: 한국어

Matrix4x4.Inverse3DAffine

매뉴얼로 전환
public static bool Inverse3DAffine (Matrix4x4 input, ref Matrix4x4 result);

파라미터

input Input matrix to invert.
result The result of the inversion. Equal to the input matrix if the function fails.

반환

bool Returns true and a valid result if the function succeeds, false and a copy of the input matrix if the function fails.

설명

Computes the inverse of a 3D affine matrix.

This function is dedicated to a non-singular matrix (typically, a transform matrix), otherwise, returns false and the result is a copy of the input matrix.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961