sat ~master (2022-01-21T17:14:34.0992339)
Dub
Repo
Vector.unit
vertex
Vector
unit vector of this vector
struct
Vector
Vector
unit
(
)
Examples
Vector
v1
=
Vector
(
5
,
0
);
assert
(
v1
.
unit
==
Vector
(
1
,
0
));
Meta
Source
See Implementation
vertex
Vector
functions
dot
length
opBinary
project
project_scalar
rot90
unit
properties
zero
variables
x
y
unit vector of this vector