menu
magiclane_maps_flutter package
documentation
core.dart
Point3d
Point3d.new constructor
Point3d.new constructor
dark_mode
light_mode
Point3d
constructor
Point3d
(
{
double
x
=
0.0
,
double
y
=
0.0
,
double
z
=
0.0
,
})
The constructor for the point class
Implementation
Point3d({this.x = 0.0, this.y = 0.0, this.z = 0.0});
magiclane_maps_flutter package
documentation
core
Point3d
Point3d.new constructor
Point3d class