Matrix
0.1
Matrix Transforms with PowerShell
Installation Options
Owners
Copyright
2026
Package Details
Author(s)
- James Brundage
Functions
Dependencies
This module has no dependencies.
Release Notes
## Matrix 0.1
* Initial Matrix Module (#1)
* `Matrix.ps1` makes matrices (#2)
* `Matrix` has a build (#3)
* `Matrix` extended types
* `[Numerics.Matrix3x2]`
* `.Points` contains the points in the matrix (#4)
* `.CSS` renders the matrix as CSS (#5)
* `.MathML` renders the matrix as MathML (#33)
* `.Html` renders the matrix as MathML in HTML (#36)
* `DefaultDisplay` limits the number of displayed properties (#34)
* `[Numerics.Matrix4x4]`
* `.Points` contains the points in the matrix (#6)
* `.CSS` renders the matrix as CSS (#7)
* `.MathML` renders the matrix as MathML (#31)
* `.Html` renders the matrix as MathML in HTML (#35)
* `DefaultDisplay` limits the number of displayed properties (#32)
* `[Numerics.Quaternion]`
* `.CSS` renders the matrix as CSS (#12)
* `.MathML` renders a quaternion as MathML (#37)
* `.Html` renders the matrix as MathML in HTML (#38)
* `DefaultDisplay` limits the number of displayed properties (#39)
* `Matrix` aliases provide CSS Compatibility (#8)
* `Matrix` has an autogenerated `README.md.ps1` (#10)
* `Matrix` website demonstrates matrix
* `layout.ps1` lays out pages (#16)
* `deploy.ps1` deploys the site (#22)
* `config.ps1` configures the site (#23)
* `/_includes/`
* `/_includes/FeatherIcon` includes feather icons (#24)
* `/_includes/Palette` includes a palette (#25)
* `/_includes/CopyCode` includes a "copy code" button (#26)
* `/_includes/Sitemap` includes a sitemap (#27)
* `/_includes/Menu` includes a menu (#29)
* `/Matrix.html.ps1` is the site root (#14)
* `/matrix/css`
* `/matrix/css/compatible` shows side by side comparisons (#17)
* `/matrix/css/transform` shows some matrix transform examples (#18)
* `/matrix/dotnet` explains matrices in DotNet (#19)
* `/matrix/svg` shows matrices in SVG (#28)
* `/matrix/powershell` shows matrices in PowerShell (#20)
FileList
- Matrix.nuspec
- Build\GitHub\Jobs\BuildMatrix.psd1
- Build\GitHub\Steps\PublishTestResults.psd1
- Build\Matrix.GitHubWorkflow.PSDevOps.ps1
- Build\Matrix.ezout.ps1
- CHANGELOG.html.ps1
- CHANGELOG.md
- LICENSE
- Matrix.css.ps1
- Matrix.html.ps1
- Matrix.ps1
- Matrix.psd1
- Matrix.psm1
- Matrix.svg.ps1
- Matrix.tests.ps1
- Matrix.types.ps1xml
- README.md
- README.md.ps1
- Types\Matrix3x2\DefaultDisplay.txt
- Types\Matrix3x2\PSTypeName.txt
- Types\Matrix3x2\get_CSS.ps1
- Types\Matrix3x2\get_Html.ps1
- Types\Matrix3x2\get_MathML.ps1
- Types\Matrix3x2\get_Points.ps1
- Types\Matrix4x4\DefaultDisplay.txt
- Types\Matrix4x4\PSTypeName.txt
- Types\Matrix4x4\get_CSS.ps1
- Types\Matrix4x4\get_Html.ps1
- Types\Matrix4x4\get_MathML.ps1
- Types\Matrix4x4\get_Points.ps1
- Types\Quaternion\DefaultDisplay.txt
- Types\Quaternion\PSTypeName.txt
- Types\Quaternion\get_CSS.ps1
- Types\Quaternion\get_Html.ps1
- Types\Quaternion\get_MathML.ps1
- _includes\CopyCode.ps1
- _includes\FeatherIcon.ps1
- _includes\Menu.ps1
- _includes\Palette.ps1
- _includes\Sitemap.ps1
- config.ps1
- deploy.ps1
- layout.ps1
- matrix\css\compatible.html.ps1
- matrix\css\css.html.ps1
- matrix\css\transform.html.ps1
- matrix\dotnet.html.ps1
- matrix\html.html.ps1
- matrix\mathml.html.ps1
- matrix\matrix.html.ps1
- matrix\powershell.html.ps1
- matrix\svg.html.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.1 (current version) | 2 | 8/25/2026 |