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