Merge pull request #9 from guzba/master
New '$' formatting, func all the things, add some more functionality
This commit is contained in:
commit
3aafce7405
3 changed files with 804 additions and 796 deletions
426
src/vmath.nim
426
src/vmath.nim
File diff suppressed because it is too large
Load diff
|
@ -70,14 +70,14 @@ q(0.00000000, 0.70710671, 0.00000000, 0.70710677)
|
|||
-1.00000, 0.00000, 0.00000, 0.00000,
|
||||
0.00000, 0.00000, 0.00000, 1.00000]
|
||||
# -Y 90
|
||||
[0.00000, -0.00000, -1.00000, 0.00000,
|
||||
0.00000, 1.00000, -0.00000, 0.00000,
|
||||
[0.00000, 0.00000, -1.00000, 0.00000,
|
||||
0.00000, 1.00000, 0.00000, 0.00000,
|
||||
1.00000, 0.00000, 0.00000, 0.00000,
|
||||
0.00000, 0.00000, 0.00000, 1.00000]
|
||||
5.960464477539063e-008
|
||||
q(0.00000000, -0.70710671, 0.00000000, 0.70710677)
|
||||
[0.00000, -0.00000, -1.00000, 0.00000,
|
||||
0.00000, 1.00000, -0.00000, 0.00000,
|
||||
[0.00000, 0.00000, -1.00000, 0.00000,
|
||||
0.00000, 1.00000, 0.00000, 0.00000,
|
||||
1.00000, 0.00000, 0.00000, 0.00000,
|
||||
0.00000, 0.00000, 0.00000, 1.00000]
|
||||
# X 90
|
||||
|
|
Loading…
Reference in a new issue