menu
freehand package
documentation
models/vec.dart
Vec
Vec.new constructor
Vec.new constructor
dark_mode
light_mode
Vec
constructor
Vec
(
double
x
,
double
y
, [
double
z
=
0
])
Implementation
Vec(this.x, this.y, [this.z = 0]);
freehand package
documentation
models/vec
Vec
Vec.new constructor
Vec class