UNPKG
@webarkit/jsfeat-next
Version:
latest (0.7.5)
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
Typescript version of jsfeat for WebARKit
github.com/webarkit/jsfeatNext
webarkit/jsfeatNext
@webarkit/jsfeat-next
/
dist
/
src
/
point_t
/
point_t.js
9 lines
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
class
point_t
{
x
;
y
; level; score; angle; constructor() { } } //
# sourceMappingURL=point_t.js.map