base property

Matrix4 get base

Implementation

Matrix4 get base => iN.base ?? Matrix4.identity()
  ..setEntry(3, 2, 0.002);