UNPKG

opencv4nodejs

Version:

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

10 lines (8 loc) 222 B
import { Vec } from './Vec.d'; export class Vec4 extends Vec { readonly w: number; readonly x: number; readonly y: number; readonly z: number; constructor(w: number, x: number, y: number, z: number); }