Matrix44.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:blemd 作者: niacdoial 项目源码 文件源码
def FrameMatrix(f):
    t = Matrix.Translation(Vector((f.t.x, f.t.y, f.t.z)))
    # s = Matrix.Scale
    r = Euler((f.rx, f.ry, f.rz), 'XYZ').to_matrix().to_4x4()
    res = t*r
    return res
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号