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

x/willow/deps.ts>areaTo3dRange

Exploring Willow in the most efficient and sound programming language
Go to Latest
function areaTo3dRange
import { areaTo3dRange } from "https://deno.land/x/willow@0.2.1/deps.ts";

Convert an Area to a Range3d.

Type Parameters

SubspaceType

Parameters

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