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