Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow_utils/src/areas/areas.ts>areaTo3dRange

TypeScript typings and utilities for the Willow protocol.
Go to Latest
function areaTo3dRange
import { areaTo3dRange } from "https://deno.land/x/willow_utils@0.8.0/src/areas/areas.ts";

Convert an Area to a Range3d.

Type Parameters

SubspaceType

Parameters

opts: { successorSubspace: SuccessorFn<SubspaceType>; maxPathLength: number; maxComponentCount: number; maxPathComponentLength: number; minimalSubspace: SubspaceType; }