- Fix link resolution with proper relative/absolute path handling - Improve link styling with underline decoration - Hide leaf nodes from tree, only show directories - Fix log file path for packaged app
253 B
253 B
Matrix4::GetTranslation
Vector3 GetTranslation() const
从矩阵中提取平移分量。
返回: Vector3 - 平移向量
复杂度: O(1)
示例:
Matrix4 m = ...;
Vector3 translation = m.GetTranslation();