menu
latlong_to_osgrid package
documentation
maths/Cartesian.dart
Cartesian
z property
z property
dark_mode
light_mode
z
property
double
get
z
override
Implementation
final double x, y, z;
set
z
(
double
arg
)
inherited
Implementation
set z(double arg) => _v3storage[2] = arg;
latlong_to_osgrid package
documentation
maths/Cartesian
Cartesian
z property
Cartesian class