Skip to content

Geometry

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

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