https://github.com/apachecn-archive/mint-rs
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: apachecn-archive
- License: mit
- Language: Rust
- Default Branch: master
- Size: 33.2 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
mint
Math INteroperability Types

This library provides standard mathematical types used in computer graphics.
Its only purpose is to serve as a standard and interoperability language between various components of rust-gamedev ecosystem that happen to expose math-related types on their API.
There are no operations defined for the types other than for the means of conversion from/into external types.
Serde support is available through the serde feature.
Types
This crate offers the following types:
Points
Matrices
Column Matrices
ColumnMatrix2ColumnMatrix3ColumnMatrix4ColumnMatrix2x3ColumnMatrix2x4ColumnMatrix3x2ColumnMatrix3x4ColumnMatrix4x2ColumnMatrix4x3
Row Matrices
RowMatrix2RowMatrix3RowMatrix4RowMatrix2x3RowMatrix2x4RowMatrix3x2RowMatrix3x4RowMatrix4x2RowMatrix4x3
Vectors
Quaternion
Euler Angles
MSRV
mint supports Rust 1.52.1 and newer. From time to time, mint may increase the minimum supported Rust version in a minor version bump in order to take advantage of new Rust features.
License
mint is available under the terms of the MIT license. See LICENSE or https://opensource.org/licenses/MIT for more information.
Owner
- Name: ApacheCN 归档
- Login: apachecn-archive
- Kind: organization
- Email: wizard.z@qq.com
- Repositories: 180
- Profile: https://github.com/apachecn-archive
防止重要项目丢失而设立的归档
GitHub Events
Total
Last Year
Dependencies
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
- serde_json 1.0 development
- serde 1.0