nd_vector 0.1.0

[WIP] Lengthen! Shrink! Iterate! Scale! Twist and turn to your imagination along any dimension on a vector!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use crate::VectorGrid;
pub use crate::usage_types::full_shape::FullShape;
pub use crate::usage_types::coordinates::Coordinate;

#[cfg(feature = "bevy")]
pub use crate::bevy::{
    ChunkMap,
    mesh::{
        cube_mesher::{self, CubeMesher},
        item_mesh::{ItemMesh2d, ItemMesh3d},
        voxel_mesher::VoxelMesher
    }
};