Skip to main content

reset 重置矩阵

reset

类型: MethodDeclaration

所属类: Matrix

定义位置: webgl.ts

描述

重置矩阵

返回值:当前矩阵

返回值

类型: this

当前矩阵

源代码

位置: 第 2594 行

public reset(): this {
this[0] = 1
this[1] = 0
this[3] = 0
this[4] = 1
this[6] = 0
this[7] = 0
return this
}

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