Crates.io | nalgebra-spacetime |
lib.rs | nalgebra-spacetime |
version | 0.5.0 |
source | src |
created_at | 2020-06-08 15:21:45.056774 |
updated_at | 2024-10-11 19:08:07.099825 |
description | Spacetime Extension for nalgebra |
homepage | |
repository | https://github.com/qu1x/nalgebra-spacetime |
max_upload_size | |
id | 251401 |
size | 48,944 |
Spacetime Extension for nalgebra
Lorentzian
space.dual()
/r_dual()
/c_dual()
.contr()
/scalar()
.interval()
with LightCone
depiction.OFrame
of reference holding boost parameters.new_boost()
matrix.boost()
to compose()
velocities.rotation()
and axis_angle()
between to-be-composed boosts.Event4
/Velocity4
/Momentum4
/...
equivalents of Point4
/...
.Rotation4
/PureBoost4
/...
as Boost4
/...
.rotation()
and axis_angle()
of an already-composed Boost4
.Boost4
compositions.# Build and open documentation inclusive dependencies.
cargo doc --open
# Rebuild this crate's documentation with KaTeX.
cargo tex
# Refresh opened documentation.
With cargo tex
defined in .cargo/config.toml. Note that navigating the
documentation requires web access as KaTeX is embedded via remote CDN.
Copyright © 2020,2021,2024 Rouven Spreckels rs@qu1x.dev
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.