menu
on_the_fly
helpers\projection_matrices.dart
Projections
lookupOverallScaling static method
lookupOverallScaling
dark_mode
light_mode
lookupOverallScaling
static method
double
lookupOverallScaling
(
Matrix4
matrix
)
Implementation
static double lookupOverallScaling(Matrix4 matrix) => matrix[16];
on_the_fly
projection_matrices
Projections
lookupOverallScaling static method
Projections class