@awayjs/view
Version:
View for AwayJS
7 lines • 324 B
TypeScript
import { Plane3D } from '@awayjs/core';
import { BoundingVolumeBase } from '../bounds/BoundingVolumeBase';
export declare class NullBounds extends BoundingVolumeBase {
isInFrustum(planes: Array<Plane3D>, numPlanes: number): boolean;
classifyToPlane(plane: Plane3D): number;
}
//# sourceMappingURL=NullBounds.d.ts.map