menu
on_the_fly
helpers\projection_matrices.dart
Projections
scalingFactor static method
scalingFactor
dark_mode
light_mode
scalingFactor
static method
double
scalingFactor
(
double
angleOfView
)
Implementation
static double scalingFactor(double angleOfView) => 1.0 / tan(angleOfView * 0.5 * pi / 180.0);
on_the_fly
projection_matrices
Projections
scalingFactor static method
Projections class