Skip to content

@mat4 rotate method works now correctly? #75

@mat4 rotate method works now correctly?

@mat4 rotate method works now correctly? #75

Triggered via push November 6, 2023 14:01
Status Failure
Total duration 58s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/Mat4.ts#L426
Element implicitly has an 'any' type because expression of type '`m${number}${number}`' can't be used to index type 'Mat4'.
build: src/Mat4.ts#L428
Element implicitly has an 'any' type because expression of type '`m${number}${number}`' can't be used to index type 'Mat4'.
build: src/Mat4.ts#L428
Element implicitly has an 'any' type because expression of type '`m${number}${number}`' can't be used to index type 'Mat4'.
build: src/Mat4.ts#L428
Element implicitly has an 'any' type because expression of type '`m${number}${number}`' can't be used to index type 'Mat4'.
build: src/Mat4.ts#L717
Element implicitly has an 'any' type because expression of type '`m${number}${number}`' can't be used to index type 'Mat4'.
build: src/Transform.ts#L169
Property 'LookAt' does not exist on type 'typeof Mat4'. Did you mean 'lookAt'?
build: src/Transform.ts#L204
Property 'MultiplyPoint3x4' does not exist on type 'Mat4'. Did you mean 'multiplyPoint3x4'?
build: src/Transform.ts#L208
Property 'MultiplyPoint3x4' does not exist on type 'Mat4'. Did you mean 'multiplyPoint3x4'?
build: src/utils/Mathf.ts#L1
Cannot find module '../vec3' or its corresponding type declarations.
build: src/utils/Mathf.ts#L2
Cannot find module '../types' or its corresponding type declarations.