lib-curveball 1.0.0

Curve generating utility for Neverball
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2025 Jordan Johnson
// SPDX-License-Identifier: Apache-2.0 OR MIT

//! Definitions for different forms of geometry and functions for transforming that geometry into a
//! map.

pub mod entity;

pub mod geometry;

pub mod qmap;