UNPKG
ogl-typescript
Version:
latest (0.1.40)
0.1.40
0.1.39
0.1.38
0.1.37
0.1.36
0.1.34
0.1.33
0.1.32
0.1.31
0.1.30
0.1.20
0.1.14
0.1.13
0.1.1
0.1.0
0.0.42
0.0.41
TypeScript port of OGL WebGL Library
github.com/nshen/ogl-typescript
nshen/ogl-typescript
ogl-typescript
/
lib
/
math
/
functions
/
EulerFunc.d.ts
2 lines
(1 loc)
•
83 B
TypeScript
View Raw
1
2
export
declare
function
fromRotationMatrix(
out
:
any
, m:
any
,
order
?: string):
any
;