cad-cs 0.1.0-beta.2

Calculations on Coordinate Systems (2D/3D geometry, vectors, transformations)
Documentation
1
2
3
4
5
6
7
8
// 📃 ./src/lib.rs

// 📚 【 POL】: Główny punkt wejścia biblioteki przestrzennej i geodezyjnej `cad-cs`.
// 📚 【 ENG】: Main entry point for the spatial and geodetic library `cad-cs`.

/// 📚 【 POL】: Główny moduł agregujący całą logikę biblioteki (matematykę, geodezję, narzędzia).
/// 📚 【 ENG】: Main module aggregating all library logic (mathematics, geodesy, tools).
pub mod libs;