API 参考webgl 模块mirrorh 水平镜像On this pagemirrorh 水平镜像mirrorh 类型: MethodDeclaration 所属类: Matrix 定义位置: webgl.ts 描述 水平镜像 返回值:当前矩阵 返回值 类型: this 当前矩阵 源代码 位置: 第 2793 行 public mirrorh(): this { this[0] = -this[0] this[3] = -this[3] return this } 文档生成时间:2025/7/7 12:07:07