UNPKG

@autojs/opencv

Version:

Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API for Auto.js Pro.

9 lines (7 loc) 186 B
import { Point } from './Point'; export class Point3 extends Point { readonly x: number; readonly y: number; readonly z: number; constructor(x: number, y: number, z: number); }