Matrix4Checks extension

Enable Matrix4 checks

Under the hood, this extension uses the LegacyMatcher extension to support legacy matchers.

on

Methods

matrixMoreOrLessEquals(Matrix4 matrix4, {double epsilon = precisionErrorTolerance}) → void

Available on Subject<Matrix4>, provided by the Matrix4Checks extension

Asserts that two Matrix4s are equal, within some tolerated error.