menu
artisanal package
documentation
tui.dart
Point
Point.new const constructor
Point.new const constructor
dark_mode
light_mode
Point
constructor
const
Point
(
double
x
,
double
y
,
double
z
)
Implementation
const Point(this.x, this.y, this.z);
artisanal package
documentation
tui
Point
Point.new const constructor
Point class