UNPKG

@types/p5

Version:
14 lines (11 loc) 348 B
// This file was auto-generated. Please do not edit it. import * as p5 from '../../index'; declare module '../../index' { interface p5InstanceExtensions { /** * Sets the normal to use for subsequent vertices. * @chainable */ vertexNormal(x: number, y: number, z: number, v: Vector): p5; } }