mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
9 lines
251 B
TypeScript
9 lines
251 B
TypeScript
import {
|
|
BufferGeometry
|
|
} from '../../../src/Three';
|
|
|
|
export class BoxLineGeometry extends BufferGeometry {
|
|
|
|
constructor( width?: number, height?: number, depth?: number, widthSegments?: number, heightSegments?: number, depthSegments?: number );
|
|
|
|
}
|