Skip to main content

mirrorv 垂直镜像

mirrorv

类型: MethodDeclaration

所属类: Matrix

定义位置: webgl.ts

描述

垂直镜像

返回值:当前矩阵

返回值

类型: this

当前矩阵

源代码

位置: 第 2803 行

public mirrorv(): this {
this[1] = -this[1]
this[4] = -this[4]
return this
}

文档生成时间:2025/7/7 12:07:07