menu
voltron_renderer package
documentation
util/matrix_util.dart
MatrixUtil
applyPerspective static method
applyPerspective static method
dark_mode
light_mode
applyPerspective
static method
void
applyPerspective
(
List
<
double
>
m
,
double
perspective
)
Implementation
static void applyPerspective(List<double> m, double perspective) { m[11] = -1 / perspective; }
voltron_renderer package
documentation
util/matrix_util
MatrixUtil
applyPerspective static method
MatrixUtil class