Files
XCEngine/docs/api/XCEngine/Components/TransformComponent/GetWorldToLocalMatrix.md

450 B

TransformComponent::GetWorldToLocalMatrix

命名空间: XCEngine::Components

类型: method

头文件: XCEngine/Components/TransformComponent.h

签名

Math::Matrix4x4 GetWorldToLocalMatrix() const;

作用

返回 GetLocalToWorldMatrix().Inverse() 的结果。

当前实现

  • 当前实现会调用 GetLocalToWorldMatrixInverse

相关文档