@mat4 rotate method works now correctly? #75
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.
|