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