@itwin/core-frontend
Version:
iTwin.js frontend components
12 lines • 353 B
TypeScript
/** @packageDocumentation
* @module Rendering
*/
/** Carries information in a GraphicBranchOptions about a GraphicBranch produced by drawing one view into the context of another. */
export interface GraphicBranchFrustum {
is3d: boolean;
scale: {
x: number;
y: number;
};
}
//# sourceMappingURL=GraphicBranchFrustum.d.ts.map