menu
latlong_to_osgrid package
documentation
maths/Cartesian.dart
Cartesian
t property
t property
dark_mode
light_mode
t
property
double
get
t
inherited
Implementation
double get t => y;
set
t
(
double
arg
)
inherited
Implementation
set t(double arg) => y = arg;
latlong_to_osgrid package
documentation
maths/Cartesian
Cartesian
t property
Cartesian class