UNPKG

opencv4nodejs

Version:

Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.

9 lines (7 loc) 188 B
import { Vec } from './Vec.d'; export class Vec3 extends Vec { readonly x: number; readonly y: number; readonly z: number; constructor(x: number, y: number, z: number); }