UNPKG

@itwin/core-frontend

Version:
17 lines 763 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @packageDocumentation * @module Rendering */ Object.defineProperty(exports, "__esModule", { value: true }); exports.RenderPlanarClassifier = void 0; /** An opaque representation of a planar classifier applied to geometry within a [[Viewport]]. * @internal */ class RenderPlanarClassifier { } exports.RenderPlanarClassifier = RenderPlanarClassifier; //# sourceMappingURL=RenderPlanarClassifier.js.map