noFilter property

VxFilter get noFilter

Returns the no filter matrix.

Implementation

VxFilter get noFilter {
  myMatrix = _noFilter;
  return this;
}