Variable glsl_EllipseQuadraticFormConst

glsl_EllipseQuadraticForm: "\nstruct EllipseQuadraticForm {\n highp float A; // x*x coefficient\n highp float B; // x*y coefficient\n highp float C; // y*y coefficient\n highp float D; // x coefficient\n highp float E; // y coefficient\n highp float F; // 1 coefficient\n};\n" = ...

Specifies the parameters of an ellipse in quadratic form.

Generated using TypeDoc