This website works better with JavaScript.
Home
Start
Help
Sign In
phschoen
/
ergo-keyboard
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
0
Tags
2.1 MiB
OpenSCAD
98.1%
MATLAB
1.7%
Mathematica
0.2%
Tree:
6c01a1200c
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6c01a1200c'
${ noResults }
ergo-keyboard
/
util
/
vector
/
unit_vector.scad
1 lines
38 B
Raw
Blame
History
function
unit_vector
(
v
)
=
v
/
norm
(
v
)
;
Reference in new issue