From e773b92329d659a3fbcd950d104e93a24cba6fe2 Mon Sep 17 00:00:00 2001 From: Gahotx <53534938+Gahotx@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:46:16 +0800 Subject: [PATCH] Update files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md Co-authored-by: A1lo --- files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md b/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md index 4ec5df5090864d..bb7dca2949bb0e 100644 --- a/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md +++ b/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md @@ -125,8 +125,6 @@ function multiplyMatrices(matrixA, matrixB) { } ``` -### 示例 - 让我们看一看实际使用: ```js