Mat4dControl Component
Mat4dControl is a user control for Mat4d editing and display.
Main Features
Dual Input Modes
- Grid Mode: Input 4x4 matrix elements in a grid layout (formatted display with 4 significant digits)
- Text Mode: Input complete matrix in text format (full precision, no information loss)
Matrix Operations
- Identity: Set matrix to identity matrix
- Transpose: Transpose the matrix
- Inverse: Compute the inverse matrix
Special Value Handling (Web)
- Supports Infinity, -Infinity, and NaN values
- Uses Numeric Input/Output Utilities for display and parsing
Source Code Path
See this page for git repository.
Web Service Application Source Code Path
- wwwroot/widget/mat4d-control.js
- Widget/Mat4dHub.cs