Namespace NominalSystems
Structs
- DCM
Represents a 3D rotation, also known as a Direction Cosine Matrix (in DCM).
- Matrix
Represents a matrix or table of numbers, within a fixed size of rows and columns.
- Matrix2
Represents a matrix or table of 4 numbers, within a fixed size of 2 rows and 2 columns.
- Matrix3
Represents a matrix or table of 9 numbers, within a fixed size of 3 rows and 3 columns.
- Matrix4
Represents a matrix or table of 16 numbers, within a fixed size of 4 rows and 4 columns.
- Transform
Represents a 3D cartesian transformation, with a position and rotation.
- Vector
Represents a vector or array of numbers (or a matrix with 1 row or 1 column).
- Vector2
Represents a vector or array of 2 numbers (or a matrix with 1 row or 1 column).
- Vector3
Represents a vector or array of 3 numbers (or a matrix with 1 row or 1 column).
- Vector4
Represents a vector or array of 4 numbers (or a matrix with 1 row or 1 column).
Enums
- UnitPrefix
Represents all supported/common SI (International System of Units) prefixes.
- UnitType
Represents all supported/common SI (International System of Units) types.