fixed_translating static method
Implementation
static OnAnimateMatrix4 fixed_translating(Point3 fixed) =>
(matrix4, value) => matrix4
..perspectiveIdentity
..translateOf(value + fixed);
static OnAnimateMatrix4 fixed_translating(Point3 fixed) =>
(matrix4, value) => matrix4
..perspectiveIdentity
..translateOf(value + fixed);