normal property

List<double> get normal

Implementation

List<double> get normal => List<double>.generate(4, (i) => ref.normal[i]);