fixed_rotating static method

OnAnimateMatrix4 fixed_rotating(
  1. Point3 fixed
)

Implementation

static OnAnimateMatrix4 fixed_rotating(Point3 fixed) =>
    (matrix4, value) => matrix4
      ..setRotation(
          (Matrix4.identity()..rotateOf(fixed + value)).getRotation());