@itwin/core-frontend
Version:
iTwin.js frontend components
13 lines • 595 B
JavaScript
/*---------------------------------------------------------------------------------------------
* 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
*/
/** An opaque representation of a planar classifier applied to geometry within a [[Viewport]].
* @internal
*/
export class RenderPlanarClassifier {
}
//# sourceMappingURL=RenderPlanarClassifier.js.map