Expand description
- The Matrix and supporting structures
§Metadata
- Copyright: © 1998 - 2022
CroftSoft Inc
- Author:
David Wallace Croft
- Rust version: 2022-10-20
- Rust since: 2022-09-04
- Java version: 1998-12-27
§History
- Adapted from the Java class com.croftsoft.core.math.Matrix
- In the Java-based
CroftSoft Core Library
- In the Java-based
Structs§
- Degrees
- A newtype for functions that take an f64 argument in units of degrees
- Indices
- The row and column indices of a Matrix, indexed from zero
- Matrix
- A mathematical matrix structure
- Radians
- A newtype for functions that take an f64 argument in units of radians
- Rotation
Degrees - Rotation
Radians