rtforth 0.6.8

Forth implemented in Rust for realtime application
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 矩陣運算

TODO

-------------------------------------
## 本章指令集

| 指令 | 堆疊效果及指令說明                        | 口語唸法 |
|-----|----------------------------------------|--------|
| `mat4` | ( "name" -- )   建立一名為 name 的 4x4 矩陣 | mat-four |
| `vec4` | ( "name" -- )   建立一名為 name 的 4 階向量 | vec-four |