UNPKG

@kitschpatrol/tweakpane-plugin-rotation

Version:

A fork of tweakpane-plugin-rotation with build optimizations.

3 lines (2 loc) 227 B
import { Vector3 } from './Vector3.js'; export declare function createArcVerticesArray(thetaStart: number, thetaLength: number, segments: number, cosAxis: 'x' | 'y' | 'z', sinAxis: 'x' | 'y' | 'z', radius?: number): Vector3[];