Expand description
Re-exports§
pub use crate::core::*;
Modules§
- Main functionalities.
Macros§
- Add **kwargs to json map.
- Return the name of the first None value.
- Alias for debug logs.
- Alias for error logs.
- Alias for info logs.
- Macro for the function to initialize the logs for default usage.
- Create new json map from **kwargs.
- Alias for trace logs.
- Alias for warn logs.
- Write json map to file.
Type Aliases§
- Type alias for
RowDVector
. The matrix has 1 row and X columns. - The matrix does not own the data and has 1 row and X columns. See
List
for list of owned data. - Type alias for
UnitVector3
. The matrix has 3 rows and 1 column. - Type alias for
Vector3
. The matrix has 3 rows and 1 column. - Type alias for
VectorSlice3
. The matrix does not own the data and has 3 rows and 1 column. SeeVector
for owned vector data. - Type alias for
Matrix3xX
. The matrix has 3 rows and X columns. - Type alias for
Matrix3xX
. The matrix has 3 rows and X columns. - Type alias for
MatrixSlice3xX
. The matrix does not own the data and has 3 rows and X column. SeeVectors
for list of owned vector data.