Skip to content

Geometry

Module Geometry, a collection of functions for working with specific geometry.

// Whole module
import * as Geometry from "@ixfx/geometry.js"
// Single function
import { degreeToRadian } from "@ixfx/geometry.js"
// And within your HTML's <HEAD> </HEAD> block:
<script type="importmap">{ "imports": { "@ixfx":"/ixfx/core.js", "@ixfx/": "/ixfx/" } }</script>