vector-traits 0.6.2

Rust traits for 2D and 3D vector types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2023, 2025 lacklustr@protonmail.com https://github.com/eadf

// This file is part of vector-traits.

pub mod aabb_2d;
pub mod aabb_3d;
pub mod affine;
pub mod plane;
pub mod vector_2d;
pub mod vector_3d;