Table of Contents

Mat4dControl Component

Mat4dControl is a user control for Mat4d editing and display.

Main Features

  1. 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)
  2. Matrix Operations

    • Identity: Set matrix to identity matrix
    • Transpose: Transpose the matrix
    • Inverse: Compute the inverse matrix
  3. Special Value Handling (Web)

Source Code Path

See this page for git repository.

Web Service Application Source Code Path

  • wwwroot/widget/mat4d-control.js
  • Widget/Mat4dHub.cs