setFromComponents method Null safety
Implementation
void setFromComponents(double x, double y, double z, double w) {
_normal.setValues(x, y, z);
constant = w;
}
void setFromComponents(double x, double y, double z, double w) {
_normal.setValues(x, y, z);
constant = w;
}